rust-lightning/lightning/src/events
Alec Chen f3d8e58374 Allow overshooting total_msat for an MPP
While retrying a failed path of an MPP, a node may want to overshoot
the `total_msat` in order to use a path with an `htlc_minimum_msat`
greater than the remaining value being sent. This commit no longer
fails MPPs that overshoot the `total_msat`, however it does fail
HTLCs with the same payment hash that are received *after* a
payment has become claimable.
2023-03-28 17:21:09 -05:00
..
bump_transaction.rs Add new sub-module for BumpTransactionEvent 2023-03-22 11:49:36 -07:00
mod.rs Allow overshooting total_msat for an MPP 2023-03-28 17:21:09 -05:00