Skip to content

Commit

Permalink
Update crates/pathfinder/src/bin/pathfinder/config.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Mirko von Leipzig <48352201+Mirko-von-Leipzig@users.noreply.github.com>
  • Loading branch information
sistemd and Mirko-von-Leipzig authored Feb 21, 2024
1 parent 8d68de3 commit e9e29fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/pathfinder/src/bin/pathfinder/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ impl P2PConfig {
Cli::command()
.error(
ErrorKind::ValueValidation,
"p2p.low-watermark must be less than or equal to max_outbound_connections",
"p2p.low-watermark must be less than or equal to p2p.max_outbound_connections",
)
.exit()
}
Expand Down

0 comments on commit e9e29fd

Please sign in to comment.