]> git.bitcoin.ninja Git - rust-lightning/commit
Add an InvoiceRequestFailed event
authorJeffrey Czyz <jkczyz@gmail.com>
Tue, 18 Jul 2023 19:41:50 +0000 (14:41 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Thu, 7 Sep 2023 16:08:53 +0000 (11:08 -0500)
commit6d0c5f00ba315981e83994774dc50c5c31d4e5ae
treeca5fec4531658ca2308e48fa08b60029750f3b9e
parent072a6fffb21458fca15f1fb27b01906e0c4b8832
Add an InvoiceRequestFailed event

When an invoice is requested but either receives an error or never
receives a response, surface an event to indicate to the user that the
corresponding future payment has failed.
lightning/src/events/mod.rs
lightning/src/ln/channelmanager.rs
pending_changelog/invoice_request_failed_downgrade.txt [new file with mode: 0644]