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:
parent
ddc7918c83
commit
11e7af3a39
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user