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
Transactions with multiple signers fail non deterministically with Signature verification failed, even if a signature verification check is performed successfully before sending the transaction.
I have faced this issue with Anchor's .rpc(), and this lib's sendTransaction(), processTransaction() and tryProcessTransaction().
My current workaround is to just retry it until it succeeds.
Transactions with multiple signers fail non deterministically with
Signature verification failed
, even if a signature verification check is performed successfully before sending the transaction.I have faced this issue with Anchor's
.rpc()
, and this lib'ssendTransaction()
,processTransaction()
andtryProcessTransaction()
.My current workaround is to just retry it until it succeeds.
Versions:
The text was updated successfully, but these errors were encountered: