Skip to content

Commit 8c70e98

Browse files
committed
fix: reset consider_no_estimate_tx_prob to 5 in zero
1 parent 924ac90 commit 8c70e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/mempool.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -376,7 +376,7 @@ impl MemPoolWalkSettings {
376376
pub fn zero() -> MemPoolWalkSettings {
377377
MemPoolWalkSettings {
378378
max_walk_time_ms: u64::max_value(),
379-
consider_no_estimate_tx_prob: 25,
379+
consider_no_estimate_tx_prob: 5,
380380
nonce_cache_size: 1024 * 1024,
381381
candidate_retry_cache_size: 64 * 1024,
382382
txs_to_consider: [

0 commit comments

Comments
 (0)