tfollow-up a610e21279ec9d3ba44a6d11aadfa88dcbde7a08 - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit 7c93d787ed2a21a057f1cf9bf223d3089f98dc62 DIR parent 8c32d29272e9fef90f502461eec66210b4cc081e HTML Author: ThomasV <thomasv@electrum.org> Date: Thu, 13 Apr 2017 11:58:42 +0200 follow-up a610e21279ec9d3ba44a6d11aadfa88dcbde7a08 Diffstat: M plugins/ledger/ledger.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- DIR diff --git a/plugins/ledger/ledger.py b/plugins/ledger/ledger.py t@@ -272,7 +272,7 @@ class Ledger_KeyStore(Hardware_KeyStore): output = None outputAmount = None p2shTransaction = False - segwitTransaction = True + segwitTransaction = False reorganize = False pin = "" self.get_client() # prompt for the PIN before displaying the dialog if necessary