lightningdevkit / rust-lightning

A highly modular Bitcoin Lightning library written in Rust. It's rust-lightning, not Rusty's Lightning!
Other
1.15k stars 364 forks source link

`PaymentClaimable` lists inbound channel id #2274

Open TheBlueMatt opened 1 year ago

TheBlueMatt commented 1 year ago

....but this makes no sense for MPP. Its still interesting to have, but we should either share the vec of inbounds or we should at least update the docs to say that this is the last part of an MPP.

benthecarman commented 1 year ago

Would also be nice if the same information is available on the PaymentClaimed event too