Skip to content

Commit

Permalink
small whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sistemd committed Feb 17, 2025
1 parent 6e243dd commit 78f315d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/pathfinder/src/bin/pathfinder/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -330,7 +330,8 @@ This should only be enabled for debugging purposes as it adds substantial proces
long = "rpc.fee-estimation-epsilon",
value_name = "Percentage",
long_help = "Acceptable overhead to add on top of consumed L2 gas (g) during fee estimation (`estimateFee` and `simulate` RPC methods). \
Setting a lower value gives a more precise fee estimation (in terms of L2 gas) but runs a higher risk of having to resort to a binary search if the initial L2 gas limit (`g + (g * EPSILON/100)`) is insufficient.",
Setting a lower value gives a more precise fee estimation (in terms of L2 gas) but runs a higher risk of having to resort to a binary \
search if the initial L2 gas limit (`g + (g * EPSILON/100)`) is insufficient.",
env = "PATHFINDER_RPC_FEE_ESTIMATION_EPSILON",
default_value = "10",
value_parser = parse_fee_estimation_epsilon
Expand Down

0 comments on commit 78f315d

Please sign in to comment.