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
I (a beginner in SVM and anchor) ran into issues debugging a transaction requiring multiple fee payers. Having verbose error messages would have helped me debug this issue far quicker.
When I didn't manually set the feePayer in the transaction object, I received an unclear error message:
the following line was required before sending the transaction:
transaction.sign(keypairs.tokenMintAccount);
The text was updated successfully, but these errors were encountered:
I (a beginner in SVM and anchor) ran into issues debugging a transaction requiring multiple fee payers. Having verbose error messages would have helped me debug this issue far quicker.
When I didn't manually set the feePayer in the transaction object, I received an unclear error message:
the following line was required before sending the transaction:
The text was updated successfully, but these errors were encountered: