]> git.bitcoin.ninja Git - rust-lightning/commit
Document PendingOutboundPayment::{Static}InvoiceReceived semantics.
authorValentine Wallace <vwallace@protonmail.com>
Tue, 10 Sep 2024 22:50:04 +0000 (18:50 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Fri, 13 Sep 2024 14:40:06 +0000 (10:40 -0400)
commit4bcf53e597543ece3684cd49ce1afa4331ce59ff
treed3eba0dedd53645e891ab77ccb4ad61259337e6d
parent26d1582c3bbd2cb36758c7ea52516b6eaae85b56
Document PendingOutboundPayment::{Static}InvoiceReceived semantics.

While these variants may sound similar, they are very different. One is so
temporary it's never even persisted to disk, the other is a state we will stay
in for hours or days. See added docs for more info.
lightning/src/ln/outbound_payment.rs