From 99715fe07ae12cf8c6793e2351fb86cd7ccfb8b6 Mon Sep 17 00:00:00 2001 From: Ruben de Vries Date: Thu, 5 Feb 2015 13:02:44 +0100 Subject: [PATCH] changed blocktrail baseurl to include network 'BTC' to avoid redirects --- gui/qt/main_window.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui/qt/main_window.py b/gui/qt/main_window.py index 2ea39a154..02aa1db2c 100644 --- a/gui/qt/main_window.py +++ b/gui/qt/main_window.py @@ -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())