Cosmos-sdk: Remove use of bechValidator

Created on 4 Jan 2019  路  5Comments  路  Source: cosmos/cosmos-sdk

Within x/stake/types/validator.go type bechValidator is defined. I'm not sure we still require that type based on updates to address and pubkey types... requires more investigation though

CC @alexanderbez @sunnya97

code-hygiene staking

Most helpful comment

we don't need it now that amino parses all the responses (for the API requests) to bech32

All 5 comments

we don't need it now that amino parses all the responses (for the API requests) to bech32

Yeah I don't think we need it @rigelrozanski 馃憤

awesome

I think we have addressed this. Closing.

the struct is still on x/staking/validator.go we need to do the cleanup

Was this page helpful?
0 / 5 - 0 ratings