Skip to content

Commit

Permalink
feat:added bootstrap node in config
Browse files Browse the repository at this point in the history
  • Loading branch information
melsonic committed Oct 20, 2023
1 parent 715de9f commit 457aac2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 457aac2

Please sign in to comment.