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 df4345f commit b07077aCopy full SHA for b07077a
stackslib/src/config/mod.rs
@@ -2646,7 +2646,7 @@ pub struct MinerConfig {
2646
/// - `"NextNonceWithHighestFeeRate"`: Selects the highest-fee transaction among those
2647
/// matching the next expected nonce for sender/sponsor accounts.
2648
///
2649
- /// Default: `"GlobalFeeRate"`
+ /// Default: `"NextNonceWithHighestFeeRate"`
2650
pub mempool_walk_strategy: MemPoolWalkStrategy,
2651
/// Probability (percentage, 0-100) of prioritizing a transaction without a known fee rate
2652
/// during candidate selection.
0 commit comments