tMerge pull request #1648 from ulrichard/ledger_client - electrum - Electrum Bitcoin wallet HTML git clone https://git.parazyd.org/electrum DIR Log DIR Files DIR Refs DIR Submodules --- DIR commit edcd40f5300b1be357dc692c76446d79cfe388cf DIR parent e7d28f555af9f198a2f588879882de4c7bdf2df6 HTML Author: ThomasV <thomasv@electrum.org> Date: Wed, 27 Jan 2016 21:10:27 +0100 Merge pull request #1648 from ulrichard/ledger_client added local client variable Diffstat: M plugins/ledger/ledger.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) --- DIR diff --git a/plugins/ledger/ledger.py b/plugins/ledger/ledger.py t@@ -175,6 +175,7 @@ class BTChipWallet(BIP44_Wallet): def sign_transaction(self, tx, password): if tx.is_complete(): return + client = self.get_client() self.signing = True inputs = [] inputsPaths = []