mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-28 16:21:03 +00:00
defs: fix build_coins test-backend options
This commit is contained in:
parent
fed80b34f6
commit
0cea64b52b
@ -61,7 +61,7 @@ def check_type(val, types, nullable=False, empty=False, regex=None, choice=None)
|
|||||||
|
|
||||||
|
|
||||||
def get_hash_genesis_block(api):
|
def get_hash_genesis_block(api):
|
||||||
r = requests.get(api + '/block-index/0')
|
r = requests.get(api + '/api/block-index/0')
|
||||||
j = r.json()
|
j = r.json()
|
||||||
return j['blockHash']
|
return j['blockHash']
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user