mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-22 07:28:10 +00:00
python: update Zencash API test
This commit is contained in:
parent
8842215506
commit
9a247eafc0
@ -22,7 +22,7 @@ from ..support.tx_cache import tx_cache
|
||||
|
||||
TxApiBitcoin = coins.tx_api["Bitcoin"]
|
||||
TxApiTestnet = tx_cache("Testnet", allow_fetch=False)
|
||||
TxApiZencash = coins.tx_api["Zencash"]
|
||||
TxApiZencash = coins.tx_api["Horizen"]
|
||||
TxApiDash = tx_cache("Dash", allow_fetch=False)
|
||||
|
||||
tests_dir = os.path.dirname(os.path.abspath(__file__))
|
||||
|
Loading…
Reference in New Issue
Block a user