Fixed testnet URL

pull/1/head
slush0 9 years ago
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…
Cancel
Save