`continue` automatically after `fail_htlc` in receiving an HTLC
authorMatt Corallo <git@bluematt.me>
Fri, 7 Apr 2023 20:41:53 +0000 (20:41 +0000)
committerMatt Corallo <git@bluematt.me>
Wed, 19 Apr 2023 14:55:42 +0000 (14:55 +0000)
commit3dd05ab2619f91f94db4b0de09453019a4064d32
treeeba0e461edc7ff0ac25c559524b6864963733020
parentc1e6a74e0b8309bc85e683824f832ac539806dc5
`continue` automatically after `fail_htlc` in receiving an HTLC

If we receive an HTLC and are processing it a potential MPP part,
we always continue in the per-HTLC loop if we call the `fail_htlc`
macro, thus its nice to actually do the `continue` therein rather
than at the callsites.
lightning/src/ln/channelmanager.rs