rust-lightning/lightning
Wilmer Paulino e496d62b98
Extend OnchainTxHandler::generate_claim to optionally force feerate bump
In the next commit, we plan to extend the `OnchainTxHandler` to retry
pending claims on a timer. This timer may fire with much more frequency
than incoming blocks, so we want to avoid manually bumping feerates
(currently by 25%) each time our fee estimator provides a lower feerate
than before.
2023-04-21 14:34:40 -07:00
..
src Extend OnchainTxHandler::generate_claim to optionally force feerate bump 2023-04-21 14:34:40 -07:00
Cargo.toml Use new feature to gate test vectors behind 2023-04-20 12:14:28 -07:00