Skip to content

Commit

Permalink
remove default pfee strategy
Browse files Browse the repository at this point in the history
  • Loading branch information
HardhatChad committed Aug 8, 2024
1 parent 9f48e9e commit 0a62495
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@ struct Args {
long,
value_name = "DYNAMIC_FEE_STRATEGY",
help = "Strategy to use for dynamic fee estimation. Must be one of 'helius', or 'triton'.",
default_value = "helius",
global = true
)]
dynamic_fee_strategy: Option<String>,
Expand Down

0 comments on commit 0a62495

Please sign in to comment.