]> git.bitcoin.ninja Git - rust-lightning/commit
Include payment hash in Bolt12Invoice reply path
authorJeffrey Czyz <jkczyz@gmail.com>
Tue, 23 Jul 2024 18:49:37 +0000 (13:49 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Tue, 30 Jul 2024 21:06:25 +0000 (16:06 -0500)
commitd2c22d58cee0c0d0fcfe657f82cb4bb647d56288
tree240bd40071dc6aea6d643c8d279e9a9db7690843
parenta5382ddcd5240f72f39febfccc99ffcd47e2fa8d
Include payment hash in Bolt12Invoice reply path

Instead of using OffersContext::Unknown for the Bolt12Invoice reply path
use OffersContext::InboundPayment to include the payment hash.
OffersContext::Unknown will be removed in another commit.
lightning/src/ln/channelmanager.rs