mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-09-12 05:29:52 +00:00
Trezor: give me a chance to sign with a PIN entry
This commit is contained in:
parent
f92843bb10
commit
9bf45de279
1 changed files with 1 additions and 1 deletions
|
@ -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 = {}
|
||||||
|
|
Loading…
Add table
Reference in a new issue