Merge pull request #1648 from ulrichard/ledger_client

added local client variable
This commit is contained in:
ThomasV 2016-01-27 21:10:27 +01:00
commit edcd40f530
1 changed files with 1 additions and 0 deletions

View File

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