Skip to content

Commit

Permalink
config: fix Peers field marshalling
Browse files Browse the repository at this point in the history
  • Loading branch information
n8maninger committed Jan 15, 2024
1 parent 8ed2209 commit c131c18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ type (
Consensus struct {
GatewayAddress string `yaml:"gatewayAddress,omitempty"`
Bootstrap bool `yaml:"bootstrap,omitempty"`
Peers []string `toml:"peers,omitempty"`
Peers []string `yaml:"peers,omitempty"`
}

// RHP2 contains the configuration for the RHP2 server.
Expand Down

0 comments on commit c131c18

Please sign in to comment.