]> git.bitcoin.ninja Git - rust-lightning/commit
Remove Option from OfferContents::signing_pubkey
authorJeffrey Czyz <jkczyz@gmail.com>
Tue, 13 Dec 2022 22:05:59 +0000 (16:05 -0600)
committerJeffrey Czyz <jkczyz@gmail.com>
Tue, 13 Dec 2022 22:05:59 +0000 (16:05 -0600)
commit7e81f8dcb42602295ee41930310d2fb971bab712
treeaf3e311bf30f7af9f4eae12c40342bcdbffe14c8
parent04d64f08087788d2ceafd842fe1e7e2ef4e8f275
Remove Option from OfferContents::signing_pubkey

Refunds (i.e., `invoice_request` without an `offer`) will have its own
contents type, so OfferContents::signing_pubkey can be required.
lightning/src/offers/offer.rs