namada
namada copied to clipboard
add missing memo in become validator and change consensus keys
trafficstars
Describe your changes
Indicate on which release or other PRs this topic is based on
Checklist before merging to draft
- [ ] I have added a changelog
- [ ] Git history is in acceptable state
this is done in the build_* function of every tx by passing tx_args but both init_validator and change_consensus_key dont have it :(
this is done in the
build_*function of every tx by passingtx_argsbut bothinit_validatorandchange_consensus_keydont have it :(
ah, I see