Merge pull request #4351 from SomberNight/2fa_sign_then_otp
trustedcoin: sign first, then prompt for OTP
This commit is contained in:
@@ -426,7 +426,6 @@ class Commands:
|
||||
if rbf:
|
||||
tx.set_rbf(True)
|
||||
if not unsigned:
|
||||
run_hook('sign_tx', self.wallet, tx)
|
||||
self.wallet.sign_transaction(tx, password)
|
||||
return tx
|
||||
|
||||
|
||||
Reference in New Issue
Block a user