1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-11-15 20:19:23 +00:00

ethereum_tokens: Store ipfs_hash used for generating the list

This commit is contained in:
slush 2018-04-06 22:48:32 +02:00
parent ddc7918c83
commit 11e7af3a39

View File

@ -50,6 +50,7 @@ def generate_c(ipfs_hash):
def generate_python(ipfs_hash):
print('ipfs_hash = "%s"' % ipfs_hash)
print('tokens = [')
for s, i in networks:
print_tokens(ipfs_hash, s, i, python=True)