1
0

trustedcoin: sign first, then prompt for OTP

This commit is contained in:
SomberNight
2018-05-08 20:04:36 +02:00
parent 7c6364c2c7
commit ceae43afe5
5 changed files with 42 additions and 18 deletions

View File

@@ -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