rust-lightning/src
Matt Corallo 98134c891c Gracefully handle fee-larger-than-claimed-value in ChannelMonitor
This resulted in a full_stack_target failure as we overflow during
subtraction otherwise.

Instead, we try lower and lower fee estimator confirmation targets
until we find one low enough, or discard the transaction. We should
be able to handle this much cleaner, but for now this at least gets
the fuzzer working again.
2019-06-14 18:50:55 -04:00
..
chain migration to rust-bitcoin 0.17 2019-03-07 18:50:02 +01:00
ln Gracefully handle fee-larger-than-claimed-value in ChannelMonitor 2019-06-14 18:50:55 -04:00
util Merge pull request #334 from ariard/2019-04-fee-estimation-monitor 2019-04-21 19:44:58 -04:00
lib.rs