]> git.bitcoin.ninja Git - rust-lightning/commit
Support verifying payment_secrets for inbound static invoice payments
authorValentine Wallace <vwallace@protonmail.com>
Fri, 30 Aug 2024 22:41:36 +0000 (18:41 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Fri, 8 Nov 2024 15:28:53 +0000 (10:28 -0500)
commit34c2f258067d50eba13e2a4c55cba10a2989716f
tree527f64bcaf19d500cba7c0d3db05af4142602f6f
parent45f88ee7f9b75850dc44a77115a95e195b2d2030
Support verifying payment_secrets for inbound static invoice payments

Add a new payment type for this, because normally the payment hash is factored
into the payment secrets we create for invoices, but static invoices don't have
a payment hash since they are paid via keysend.
lightning/src/ln/inbound_payment.rs