You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If so configured, an LSP may skim some funds off the top of an HTLC, but we really dont want them to mess with the onion. Thus, we need a way to override the amount the onion claims to pay so that we can accept an HTLC that has an onion that says it pays X, but only pays X-$(configured fee). I'm not exactly sure how best to let the user configure $(configured fee), but ignoring it entirely isn't super practical as we need some way to figure out if an MPP payment is complete or not.
If so configured, an LSP may skim some funds off the top of an HTLC, but we really dont want them to mess with the onion. Thus, we need a way to override the amount the onion claims to pay so that we can accept an HTLC that has an onion that says it pays X, but only pays X-$(configured fee). I'm not exactly sure how best to let the user configure $(configured fee), but ignoring it entirely isn't super practical as we need some way to figure out if an MPP payment is complete or not.
TODOs:
PaymentClaimed
The text was updated successfully, but these errors were encountered: