1
0
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:
slush0 2015-01-23 21:24:15 +01:00
parent 7f222e3c1e
commit bd7c575be3

View File

@ -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)