Skip to content

Commit b07077a

Browse files
committed
update default value in documentation
1 parent df4345f commit b07077a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stackslib/src/config/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2646,7 +2646,7 @@ pub struct MinerConfig {
26462646
/// - `"NextNonceWithHighestFeeRate"`: Selects the highest-fee transaction among those
26472647
/// matching the next expected nonce for sender/sponsor accounts.
26482648
///
2649-
/// Default: `"GlobalFeeRate"`
2649+
/// Default: `"NextNonceWithHighestFeeRate"`
26502650
pub mempool_walk_strategy: MemPoolWalkStrategy,
26512651
/// Probability (percentage, 0-100) of prioritizing a transaction without a known fee rate
26522652
/// during candidate selection.

0 commit comments

Comments
 (0)