Make BlindedPayInfo fields public
authorJeffrey Czyz <jkczyz@gmail.com>
Tue, 24 Jan 2023 03:52:11 +0000 (21:52 -0600)
committerMatt Corallo <git@bluematt.me>
Thu, 23 Feb 2023 22:19:54 +0000 (22:19 +0000)
commitf91879a5155a5c7482060414b2c0ed4ff5de0037
treee9f224f1f2eda0eb64971405187dc54aafeacca5
parent1821f91c68a1ec23bf7aa6904691ecbdbe33f01a
Make BlindedPayInfo fields public

BlindedPayInfo fields need to be public in order to construct one for
fuzz tests. Typically, they would be constructed from ChannelUpdateInfo
for public channels and ChannelDetails for unannounced channels. For
now, make the fields public so they can be constructed manually.
lightning/src/offers/invoice.rs