]> git.bitcoin.ninja Git - rust-lightning/commit
Rename Payment{Hash,Id} hmac creation/verification methods for offers.
authorValentine Wallace <vwallace@protonmail.com>
Thu, 5 Sep 2024 20:40:51 +0000 (16:40 -0400)
committerValentine Wallace <vwallace@protonmail.com>
Fri, 13 Sep 2024 14:40:06 +0000 (10:40 -0400)
commit5a7f52313b9b530206cd4a8a9c812c0ca9d86ed7
tree5c1d697953212fb63d70a072733bbdeacaa5a2b1
parentc4f3e2567bfe9d1793a29610d21be020dca348aa
Rename Payment{Hash,Id} hmac creation/verification methods for offers.

We want to specify that these methods are only to be used in an outbound offers
payment context, because we'll be adding similar methods for the outbound async
payments context in upcoming commits.
lightning/src/ln/channelmanager.rs
lightning/src/offers/signer.rs