|
@ -139,7 +139,7 @@ class TrezorCompatibleWallet(BIP44_Wallet): |
|
|
return msg_sig.signature |
|
|
return msg_sig.signature |
|
|
|
|
|
|
|
|
def sign_transaction(self, tx, password): |
|
|
def sign_transaction(self, tx, password): |
|
|
if tx.is_complete() or self.is_watching_only(): |
|
|
if tx.is_complete(): |
|
|
return |
|
|
return |
|
|
# previous transactions used as inputs |
|
|
# previous transactions used as inputs |
|
|
prev_tx = {} |
|
|
prev_tx = {} |
|
|