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

python: update Zencash API test

This commit is contained in:
matejcik 2019-05-27 15:40:33 +02:00
parent 8842215506
commit 9a247eafc0

View File

@ -22,7 +22,7 @@ from ..support.tx_cache import tx_cache
TxApiBitcoin = coins.tx_api["Bitcoin"] TxApiBitcoin = coins.tx_api["Bitcoin"]
TxApiTestnet = tx_cache("Testnet", allow_fetch=False) TxApiTestnet = tx_cache("Testnet", allow_fetch=False)
TxApiZencash = coins.tx_api["Zencash"] TxApiZencash = coins.tx_api["Horizen"]
TxApiDash = tx_cache("Dash", allow_fetch=False) TxApiDash = tx_cache("Dash", allow_fetch=False)
tests_dir = os.path.dirname(os.path.abspath(__file__)) tests_dir = os.path.dirname(os.path.abspath(__file__))