rust-lightning/lightning
Matt Corallo 6daf62fea3 Use temporary_node_failure for a phantom HTLC with bogus CLTV
When we receive a phantom HTLC with a bogus/modified CLTV, we
should fail back with `incorrect_cltv_expiry`, but that requires a
`channel_update`, which we cannot generate for a phantom HTLC which
has no corresponding channel. Thus, instead, we have to fall back
to `incorrect_cltv_expiry`.

Fixes #1879
2022-12-06 20:00:44 +00:00
..
src Use temporary_node_failure for a phantom HTLC with bogus CLTV 2022-12-06 20:00:44 +00:00
Cargo.toml Bump crate versions to 0.0.112/invoice 0.20 2022-10-24 18:53:58 +00:00