Skip to content

Commit

Permalink
feat: field trustedPeersPath optional
Browse files Browse the repository at this point in the history
Signed-off-by: Jose Ramon Mañes <jose@celestia.org>
  • Loading branch information
tty47 committed Jun 23, 2023
1 parent d0a1802 commit aa51c18
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 @@ -10,7 +10,7 @@ type MutualPeersConfig struct {
type MutualPeer struct {
// List of peers.
Peers []Peer `yaml:"peers"`
TrustedPeersPath string `yaml:"trustedPeersPath"` // New field
TrustedPeersPath string `yaml:"trustedPeersPath,omitempty"`
}

// Peer represents a peer structure.
Expand Down

0 comments on commit aa51c18

Please sign in to comment.