Hi @rigelrozanski ,
Getting this error
ERROR: checkTx failed: (65545) === ABCI Log ===
Codespace: 1
Code: 9
ABCICode: 65545
Error: --= Error =--
Data: common.FmtError{format:"cosmosaccaddr1gv5vj5men6r8r73aywdzadafy9y06tvfwmvy fx", args:[]interface {}(nil)}
Msg Traces:
--= /Error =--
=== /ABCI Log ===
https://www.screencast.com/t/6KhJ6LMa90B
Following this document : https://cosmos.network/docs/validators/validator-setup.html#running-a-validator-node
thanks for submitting!
Not sure if this is related but the required fields for create-validator has changed and causes errors when someone tries to go through the docs. The docs still use --address-validator but I think it got changed to --from.
You're correct - docs out of date - this is still a good reference issue for that
Docs and code are now consistent - though I'd rather replace --from with either --validator or --address-validator
Unfortunately it's a bit rigid @alessio as all these are set via PostCommands -- wish it could be more flexible.
@alexanderbez Once we get the CLI a bit more standardized cross module we can go in fix the way we are setting/using flags. Thats _my_ plan at least.
Going to close this issue. We have done significant refactors since this time.
Most helpful comment
@alexanderbez Once we get the CLI a bit more standardized cross module we can go in fix the way we are setting/using flags. Thats _my_ plan at least.