Merge pull request #1009 from blocktrail/blocktrail-baseurl

changed blocktrail baseurl to include network 'BTC' to avoid redirects
This commit is contained in:
ThomasV 2015-02-05 15:02:44 +01:00
commit 27da96c1f8
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ class ElectrumWindow(QMainWindow):
elif be == 'Insight.is':
block_explorer = 'http://live.insight.is/tx/'
elif be == "Blocktrail.com":
block_explorer = 'https://www.blocktrail.com/tx/'
block_explorer = 'https://www.blocktrail.com/BTC/tx/'
if not item: return
tx_hash = str(item.data(0, Qt.UserRole).toString())