mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-13 19:18:56 +00:00
Fixed testnet URL
This commit is contained in:
parent
7f222e3c1e
commit
bd7c575be3
@ -98,5 +98,5 @@ class TXAPITestnet(object):
|
||||
|
||||
@filecache(MONTH)
|
||||
def get_tx(self, txhash):
|
||||
url = 'https://insight.bitpay.com/api/tx/%s' % txhash
|
||||
url = 'https://test-insight.bitpay.com/api/tx/%s' % txhash
|
||||
return insight_tx(url)
|
||||
|
Loading…
Reference in New Issue
Block a user