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

unauthorized: signature verification failed; verify correct account sequence and chain-id #18

Open
Timaley opened this issue Oct 8, 2020 · 0 comments

Comments

@Timaley
Copy link

Timaley commented Oct 8, 2020

Trying to broadcast a transaction (signed with sig), but getting an error: unauthorized: signature verification failed; verify correct account sequence and chain-id. The same transaction signed in CLI is successfully broadcasted. My chain based on cosmos-sdk 0.38.2

unsignedTx:
{ type: 'cosmos-sdk/StdTx', value: { msg: [ { type: 'profile/SetPublic', value: { owner: 'decentr1slcjjtpc5q58k0wa3k50kq643xy64p6jj9gavl', public: { gender: 'female', birthday: '2001-02-01' } } } ], fee: { amount: [], gas: '200000' }, signatures: null, memo: '' } };

Meta:
{ account_number: '3', chain_id: 'testnet', sequence: '1', };

Mnemonic:
clip stereo curve merry salmon collect vote extra seed congress noodle joy more sure boil chapter spare patch glove ball off affair wood keen

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

1 participant