rust-lightning/lightning
Arik Sosman da769eeb70
Consider dust threshold for fee rate determination
Previously, the `feerate_bump` method did not enforce the dust
threshold, which could result in us thinking we had raised the fee
rate without actually having done so. Instead,
`compute_package_output` blindly accepted the updated fee rate while
enforcing a non-dust output value, resulting in repeated broadcast
attempts of an identical transaction.
2025-01-23 12:22:27 -08:00
..
src Consider dust threshold for fee rate determination 2025-01-23 12:22:27 -08:00
Cargo.toml Drop log-limiting features 2024-12-03 17:26:49 +01:00