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 have a transaction that requires permission from two users. How to use wax js to sign it with the keys that the user has?
Anchor does this, and wax js returns an error: Error: transaction declares authority '{"actor":"userTwo","permission":"active"}', but does not have signatures for it.
The text was updated successfully, but these errors were encountered:
I have a transaction that requires permission from two users. How to use wax js to sign it with the keys that the user has?
Anchor does this, and wax js returns an error:
Error: transaction declares authority '{"actor":"userTwo","permission":"active"}', but does not have signatures for it
.The text was updated successfully, but these errors were encountered: