Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Signing transactions with only existing user keys for broadcast: false #99

Open
SenSkysh opened this issue Feb 20, 2022 · 1 comment
Open

Comments

@SenSkysh
Copy link

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.

@includenull
Copy link
Member

includenull commented Mar 25, 2022

You can try initiating waxjs with freeBandwidth: false. I think its the CPU estimation for the boost system causing this.

The other option is to sign with the other wallet first if its not WCW.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants