mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-27 15:31:31 +00:00
Merge pull request #1648 from ulrichard/ledger_client
added local client variable
This commit is contained in:
commit
edcd40f530
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue