Browse Source

Merge pull request #1648 from ulrichard/ledger_client

added local client variable
283
ThomasV 9 years ago
parent
commit
edcd40f530
  1. 1
      plugins/ledger/ledger.py

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

Loading…
Cancel
Save