From 4c24ea002c09fcdf489b8dc5eb78d0a411ffbd20 Mon Sep 17 00:00:00 2001 From: Richard Ulrich Date: Wed, 27 Jan 2016 20:47:49 +0100 Subject: [PATCH] added local client variable --- plugins/ledger/ledger.py | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/ledger/ledger.py b/plugins/ledger/ledger.py index 2a35cef3..e9b86f01 100644 --- a/plugins/ledger/ledger.py +++ b/plugins/ledger/ledger.py @@ -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 = []