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
app can't get commission on zenrock chain
example
$ cosmos-validator-watcher --node https://zenrock-testnet-rpc.itrocket.net --validator F83DD767C43FA0CE93A63870B0266305FCD950EA ... 3:59PM ERR failed to fetch commission for validator error="failed to get validators: rpc error: code = InvalidArgument desc = rpc error: code = InvalidArgument desc = empty validator address: invalid request"
this is due to an empty validator.OperatorAddress
validator.OperatorAddress
Cause: the staking module has been replaced by a fork named validation https://github.com/zenrocklabs/zrchain/tree/main/x/validation
validation
The text was updated successfully, but these errors were encountered:
No branches or pull requests
app can't get commission on zenrock chain
example
this is due to an empty
validator.OperatorAddress
Cause: the staking module has been replaced by a fork named
validation
https://github.com/zenrocklabs/zrchain/tree/main/x/validationThe text was updated successfully, but these errors were encountered: