diff --git a/config/config.go b/config/config.go index 600fdf10e..b26e7ce81 100644 --- a/config/config.go +++ b/config/config.go @@ -41,6 +41,7 @@ type Config struct { type NodeConfig struct { NumValidators int `toml:"num_validators"` // TODO: we can remove this now RewardAddresses []string `toml:"reward_addresses"` + BootstrapNode bool `toml:"bootstrap_node"` } func DefaultNodeConfig() *NodeConfig {