]> git.bitcoin.ninja Git - rust-lightning/commit
Change Nonce visibility to pub
authorJeffrey Czyz <jkczyz@gmail.com>
Wed, 19 Jun 2024 16:29:20 +0000 (11:29 -0500)
committerJeffrey Czyz <jkczyz@gmail.com>
Mon, 22 Jul 2024 16:34:01 +0000 (11:34 -0500)
commit5278d314d500be001b685f3c715c23d44056c9f3
treedccf13224d633d59788710d1e52736e64254e8c2
parent37331035f93d0f5e4346fc0f5211999d719edd24
Change Nonce visibility to pub

A nonce is generated in OfferBuilder::deriving_signing_pubkey from an
EntropySource for use in Offer::metadata. The same nonce will need to be
included as recipient data in any blinded paths in the Offer. Increase
the visibility to allow for this.
lightning/src/ln/inbound_payment.rs