Skip to content

Commit

Permalink
hardcode BuilderProposals
Browse files Browse the repository at this point in the history
  • Loading branch information
olegshmuelov committed Oct 28, 2024
1 parent eb12822 commit 0a525e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions cli/operator/node.go
Original file line number Diff line number Diff line change
Expand Up @@ -407,6 +407,7 @@ func setupGlobal() (*zap.Logger, error) {
return nil, fmt.Errorf("could not read share config: %w", err)
}
}
cfg.SSVOptions.ValidatorOptions.BuilderProposals = true

err := logging.SetGlobalLogger(
cfg.LogLevel,
Expand Down
2 changes: 1 addition & 1 deletion operator/validator/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type ControllerOptions struct {
Beacon beaconprotocol.BeaconNode
FullNode bool `yaml:"FullNode" env:"FULLNODE" env-default:"false" env-description:"Save decided history rather than just highest messages"`
Exporter bool `yaml:"Exporter" env:"EXPORTER" env-default:"false" env-description:""`
BuilderProposals bool `yaml:"BuilderProposals" env:"BUILDER_PROPOSALS" env-default:"false" env-description:"Use external builders to produce blocks"`
BuilderProposals bool `yaml:"BuilderProposals" env:"BUILDER_PROPOSALS" env-default:"true" env-description:"Use external builders to produce blocks"`
KeyManager spectypes.KeyManager
OperatorDataStore operatordatastore.OperatorDataStore
RegistryStorage nodestorage.Storage
Expand Down

0 comments on commit 0a525e0

Please sign in to comment.