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

withdrawal-rewards using Ledger fails when using --commission #336

Open
mnguyen-io opened this issue Jan 26, 2024 · 2 comments
Open

withdrawal-rewards using Ledger fails when using --commission #336

mnguyen-io opened this issue Jan 26, 2024 · 2 comments

Comments

@mnguyen-io
Copy link
Contributor

When running band CLI withdrawal-rewards with --commission and a ledger, the transaction fails.

signatures: [] confirm transaction before signing and broadcasting [y/N]: y code: 4 codespace: sdk data: "" events: [] gas_used: "0" gas_wanted: "0" height: "0" info: "" logs: [] raw_log: 'signature verification failed; please verify account number (12), sequence (103) and chain-id (laozi-mainnet): unauthorized' timestamp: "" tx: null txhash: 22B4443D567CF8BC0513C0A4D8D9C35A91F6DA3221F6A84EA89900E77BF85FF6

This same command works if we remove the --commission flag.

@RogerKSI
Copy link
Contributor

@mnguyen-io Hi, Is this the command (bandd tx distribution withdraw-rewards [validator-addr]) that you are referring to?

If yes, --commission will work only if the account that sends the transaction is a validator operator ([validator-addr]) in the command.

@mnguyen-io
Copy link
Contributor Author

@mnguyen-io Hi, Is this the command (bandd tx distribution withdraw-rewards [validator-addr]) that you are referring to?

If yes, --commission will work only if the account that sends the transaction is a validator operator ([validator-addr]) in the command.

Hi - yes the transaction is indeed being sent by a validator operator.

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