rust-lightning/lightning
Matt Corallo b9a1db5ad6 Stop failing back HTLCs on peer disconnection
Previously, if we got disconnected from a peer while there were
HTLCs pending forwarding in the holding cell, we'd clear them and
fail them all backwards. This is largely fine, but since we now
have support for handling such HTLCs on reconnect, we might as
well not, instead relying on our timeout logic to fail them
backwards if it takes too long to forward them.
2021-05-21 15:10:45 +00:00
..
src Stop failing back HTLCs on peer disconnection 2021-05-21 15:10:45 +00:00
Cargo.toml Bump versions to 0.0.14, lightning-invoice 0.5 2021-05-01 00:43:15 +00:00