Remove unused validator.pubkey

This commit is contained in:
Simon Warta 2021-05-03 10:22:11 +02:00
parent e7fce2a73a
commit ba3033eb7d

View File

@ -84,15 +84,6 @@ export const unused = {
};
export const validator = {
/**
* From first gentx's auth_info.signer_infos in scripts/wasmd/template/.wasmd/config/genesis.json
*
* `jq ".app_state.genutil.gen_txs[0].auth_info.signer_infos[0].public_key" scripts/wasmd/template/.wasmd/config/genesis.json`
*/
pubkey: {
type: "/cosmos.crypto.secp256k1.PubKey",
key: "AjOB0SSyyLVBcOe0GK0TuLmXlCVWY/h8cnhKvwbnbdII",
},
/**
* delegator_address from /cosmos.staking.v1beta1.MsgCreateValidator in scripts/wasmd/template/.wasmd/config/genesis.json
*