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 = []