From 583c05d346c563d5a4490bffdb7f70efd266273f Mon Sep 17 00:00:00 2001 From: Adam Gibson Date: Thu, 10 Aug 2017 16:26:01 +0300 Subject: [PATCH] show hexseed for regtest only --- scripts/joinmarket-qt.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/joinmarket-qt.py b/scripts/joinmarket-qt.py index dc8ae85..e1fb0e8 100644 --- a/scripts/joinmarket-qt.py +++ b/scripts/joinmarket-qt.py @@ -1158,7 +1158,7 @@ class JMWalletTab(QWidget): if walletinfo: self.mainwindow = self.parent().parent().parent() rows, mbalances, xpubs, total_bal = walletinfo - if get_network() == 'testnet': + if jm_single().config.get("BLOCKCHAIN", "blockchain_source") == "regtest": self.wallet_name = self.mainwindow.wallet.seed else: self.wallet_name = os.path.basename(self.mainwindow.wallet.path)