You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When createTransaction produces an SP spend with a bad signature (wrong output key, wrong sighash, wrong prevout value, etc.), the transaction is sent to the network and rejected with Invalid Schnorr signature.
We should verify signature locally after signing, before returning the transaction.
Description:
When
createTransactionproduces an SP spend with a bad signature (wrong output key, wrong sighash, wrong prevout value, etc.), the transaction is sent to the network and rejected withInvalid Schnorr signature.We should verify signature locally after signing, before returning the transaction.