We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9f48e9e commit 0a62495Copy full SHA for 0a62495
src/main.rs
@@ -134,7 +134,6 @@ struct Args {
134
long,
135
value_name = "DYNAMIC_FEE_STRATEGY",
136
help = "Strategy to use for dynamic fee estimation. Must be one of 'helius', or 'triton'.",
137
- default_value = "helius",
138
global = true
139
)]
140
dynamic_fee_strategy: Option<String>,
0 commit comments