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
This is from Solnet.Serum. Maybe it will help bypass the verification issue.
When certain transactions are deserialized the public keys for the signatures are pulled from the instructions which can be incorrect.
Create a TransactionBuilder instance and create your transaction by adding the instructions etc then obtain signatures from all the signers and add them to the signature list. Try populating the signatures manually.
I will look into the web3.js source code and take a look at the typescript implementation to see if I can find a better way to serialize and break down transactions.
Describe the bug
Get error from Solana network "Transaction signature verification failure"
To Reproduce
Create a consolidation transaction with 4 transfers from 4 input addresses to 1 output
There's some kind of signature mismatch. It always works with 1 input, it SOMETIMES works with 3 and it never works with 4.
The text was updated successfully, but these errors were encountered: