mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 15:38:11 +00:00
common: update coins_details.json
This commit is contained in:
parent
a540a3f15b
commit
68d2e4c075
File diff suppressed because it is too large
Load Diff
@ -422,6 +422,7 @@ def main(refresh, api_key, verbose):
|
|||||||
print(json.dumps(info, sort_keys=True, indent=4))
|
print(json.dumps(info, sort_keys=True, indent=4))
|
||||||
with open(os.path.join(coin_info.DEFS_DIR, "coins_details.json"), "w") as f:
|
with open(os.path.join(coin_info.DEFS_DIR, "coins_details.json"), "w") as f:
|
||||||
json.dump(details, f, sort_keys=True, indent=4)
|
json.dump(details, f, sort_keys=True, indent=4)
|
||||||
|
f.write("\n")
|
||||||
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
|
Loading…
Reference in New Issue
Block a user