Skip to content

Commit

Permalink
remove optional name
Browse files Browse the repository at this point in the history
  • Loading branch information
NeverHappened committed Jul 15, 2024
1 parent ea5c59c commit b039189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/neutrond/consumer.go
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ func AddConsumerSectionCmd(defaultNodeHome string) *cobra.Command {

genesisState.Provider.InitialValSet = initialValset
genesisState.Provider.ConsensusState.NextValidatorsHash = tmtypes.NewValidatorSet(vals).Hash()
state.AppGenesis.Consensus.Validators = []tmtypes.GenesisValidator{{Address: pk.Address(), PubKey: pk, Power: 100, Name: "val"}}
state.AppGenesis.Consensus.Validators = []tmtypes.GenesisValidator{{Address: pk.Address(), PubKey: pk, Power: 100}}

state.ConsumerModuleState = genesisState

Expand Down

0 comments on commit b039189

Please sign in to comment.