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 a00a7e4 commit f937912Copy full SHA for f937912
core/src/tx_sender/cpfp.rs
@@ -466,7 +466,7 @@ impl TxSender {
466
}
467
};
468
// only try to bump if tx has no descendants and 1 hour passed since tx was created
469
- if mempool_info.descendant_count > 0
+ if mempool_info.descendant_count > 1
470
|| std::time::SystemTime::now()
471
.duration_since(std::time::UNIX_EPOCH)
472
.wrap_err("Failed to get unix timestamp")?
0 commit comments