Skip to content

Commit

Permalink
Update config/config.go
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel T <[email protected]>
  • Loading branch information
srene and danwt committed May 15, 2024
1 parent a5fa7a5 commit 435e0e0
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 @@ -100,7 +100,7 @@ func (nc NodeConfig) Validate() error {
}

if err := nc.P2PConfig.Validate(); err != nil {
return fmt.Errorf("P2PConfig: %w", err)
return fmt.Errorf("p2p config: %w", err)
}

if err := nc.validateSettlementLayer(); err != nil {
Expand Down

0 comments on commit 435e0e0

Please sign in to comment.