From: Wilmer Paulino Date: Mon, 22 Jan 2024 23:28:59 +0000 (-0800) Subject: Remove unreachable handling of htlc_forwards upon channel_reestablish X-Git-Tag: v0.0.123-beta~21^2~11 X-Git-Url: http://git.bitcoin.ninja/index.cgi?a=commitdiff_plain;h=60ddd5d036f84f8df1be9aa27998873c40a341d2;hp=60ddd5d036f84f8df1be9aa27998873c40a341d2;p=rust-lightning Remove unreachable handling of htlc_forwards upon channel_reestablish `htlc_forwards` only returns a `Some` value from `handle_channel_resumption` if we provide it a non-empty `pending_forwards`. Since we don't, we'll never have a value to handle. ---