]> git.bitcoin.ninja Git - rust-lightning/commit
Support abandoning pending outbound async payments.
authorValentine Wallace <vwallace@protonmail.com>
Thu, 20 Jun 2024 20:28:36 +0000 (16:28 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Fri, 13 Sep 2024 14:40:06 +0000 (10:40 -0400)
commit6d415b15c24b4805c73de208fd389fb9a9dc1679
tree382c578206e906b16ed974a0b7c27aa0a339fbf6
parent985e6ac14abf5e363f0b57eaa8145f4319bba99c
Support abandoning pending outbound async payments.

Async payments may have very high expires because we may be waiting for days
for the recipient to come online, so it's important that users be able to
abandon these payments early if needed.
lightning/src/ln/outbound_payment.rs