rust-lightning/lightning/src
Gleb Naumenko e0600e5b1e Don't underpay htlc_min due to path contribution
We could have possibly constructed a slightly inconsistent
path: since we reduce value being transferred all the way, we
could have violated htlc_minimum_msat on some channels
we already passed (assuming dest->source direction). Here,
we recompute the fees again, so that if that's the case, we
match the currently underpaid htlc_minimum_msat with fees.
2021-03-02 21:40:08 +02:00
..
chain Merge pull request #750 from TheBlueMatt/2020-11-dup-chan-id-crash 2020-11-23 14:28:11 -08:00
ln Implement finding paths for MPP 2021-03-02 21:09:49 +02:00
routing Don't underpay htlc_min due to path contribution 2021-03-02 21:40:08 +02:00
util Remove should_request_full_sync from RoutingMessageHandler 2020-12-14 12:52:59 -05:00
lib.rs Put test utilities behind a feature flag. 2020-10-16 11:30:33 -04:00