Skip to content

Commit

Permalink
omit if empty on the proposer config - default has registration_overr…
Browse files Browse the repository at this point in the history
…ides:null
  • Loading branch information
ciaranmcveigh5 committed Aug 15, 2022
1 parent b42075f commit 60fc856
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/validatorapi/teku.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ type TekuProposerConfig struct {

type TekuBuilder struct {
Enabled bool `json:"enabled"`
Overrides map[string]string `json:"registration_overrides"`
Overrides map[string]string `json:"registration_overrides,omitempty"`
}

const dead = "0x000000000000000000000000000000000000dead"
Expand Down

0 comments on commit 60fc856

Please sign in to comment.