added local client variable
This commit is contained in:
@@ -175,6 +175,7 @@ class BTChipWallet(BIP44_Wallet):
|
|||||||
def sign_transaction(self, tx, password):
|
def sign_transaction(self, tx, password):
|
||||||
if tx.is_complete():
|
if tx.is_complete():
|
||||||
return
|
return
|
||||||
|
client = self.get_client()
|
||||||
self.signing = True
|
self.signing = True
|
||||||
inputs = []
|
inputs = []
|
||||||
inputsPaths = []
|
inputsPaths = []
|
||||||
|
|||||||
Reference in New Issue
Block a user