]> git.bitcoin.ninja Git - rust-lightning/commit
Support initiating an async payment to a static invoice.
authorValentine Wallace <vwallace@protonmail.com>
Thu, 29 Aug 2024 18:37:45 +0000 (14:37 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Fri, 13 Sep 2024 14:40:05 +0000 (10:40 -0400)
commitb6f44798fc5abec61a7cdaef7aae6b203d872e6a
treeb6774afbdafbd62c7afa574a7e381e3a690fb85b
parentc976e4cd1481c069ffc4b5497e3b54c6511fd1df
Support initiating an async payment to a static invoice.

Supported when the sender is an always-online node. Here we send the initial
held_htlc_available onion message upon receipt of a static invoice, next we'll
need to actually send HTLCs upon getting a response to said OM.
lightning/src/ln/channelmanager.rs
lightning/src/ln/outbound_payment.rs