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
After #256, we won't track inbound BOLT12 payments until PaymentClaimable, which differs from the prior BOLT11 behavior. Eventually we should:
Add an invoice/offer store (see Make invoice storage optional #51) and register created invoices in this rather than the payment store. The invoice/offer store entries should have a link to the associated PaymentId(s)
After #256, we won't track inbound BOLT12 payments until
PaymentClaimable
, which differs from the prior BOLT11 behavior. Eventually we should:PaymentId
(s)PaymentId
field toPaymentClaimable
/PaymentReceived
, e.g., derived from the HTLC Id + inbound channelPaymentId
s.The text was updated successfully, but these errors were encountered: