fix: genesis typo in error message (#11576)
This commit is contained in:
@@ -77,7 +77,7 @@ type Config struct {
|
||||
TxConfig client.TxConfig
|
||||
AccountRetriever client.AccountRetriever
|
||||
AppConstructor AppConstructor // the ABCI application constructor
|
||||
GenesisState map[string]json.RawMessage // custom gensis state to provide
|
||||
GenesisState map[string]json.RawMessage // custom genesis state to provide
|
||||
TimeoutCommit time.Duration // the consensus commitment timeout
|
||||
ChainID string // the network chain-id
|
||||
NumValidators int // the total number of validators to create and bond
|
||||
|
||||
Reference in New Issue
Block a user