We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
@mnguyen-io Hi, Is this the command (bandd tx distribution withdraw-rewards [validator-addr]) that you are referring to?
bandd tx distribution withdraw-rewards [validator-addr]
If yes, --commission will work only if the account that sends the transaction is a validator operator ([validator-addr]) in the command.
Sorry, something went wrong.
@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.
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: