-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
'withdraw-all-rewards' Transaction Creation Error on gaiacli #4870
Comments
Hmmm, good catch. This happens because you're supplying However, the // retrieve the comprehensive list of all validators which the
// delegator had submitted delegations to
bz, err := QueryDelegatorValidators(cliCtx, queryRoute, delegatorAddr)
if err != nil {
return nil, err
} This command will obviously work without /cc @jackzampolin |
Thanks for your answer. |
Re-opening to discuss further possible solutions to this problem, as it presents an opportunity to improve the user experience of secure offline signing. The PR that closed the issue originally is a fix for basically an uncaught error. I'd like to discuss further the possibility of fixing the error. Probably changing the purpose of
|
Summary of Bug
gaiacli outputs 'ERROR: no RPC client defined' when i create transaction 'withdraw-all-rewards' with '--generate-only' flag.
I have tested in several environments including my local pc, server, Android.
Version
gaiacli v1.0.0-rc2
gaiacli v1.0.0-rc3
Steps to Reproduce
Just use the command below.
gaiacli tx distribution withdraw-all-rewards --from={my_address} --generate-only=true --node={my_test_node} --chain-id={my_chain_id}
For Admin Use
The text was updated successfully, but these errors were encountered: