1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-13 19:18:56 +00:00

tools: update coins-gen.py

This commit is contained in:
Pavol Rusnak 2016-11-11 18:11:37 +01:00
parent 8754d74620
commit 373487af1f
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D

View File

@ -14,7 +14,7 @@ fields = [
coins = json.load(open('../../trezor-common/coins.json', 'r'))
print('_coins = [')
print('COINS = [')
for c in coins:
print(' CoinType(')
for n in fields: