lightningdevkit / lightning-liquidity

Other
27 stars 17 forks source link

LSPS2: Log progress on htlc interception #43

Open johncantrell97 opened 10 months ago

johncantrell97 commented 10 months ago

In the case of MPP, if we intercept an HTLC but still do not have enough collected to cover the payment and fee we need to keep waiting for more parts. Currently the flow just silently collects the received HTLC but it would be nice to at least log that we received another part.

We decided to punt on logging for the moment because how it works will depend on how the restructuring resolves.