We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d46340 commit f537abdCopy full SHA for f537abd
lightning/src/offers/signer.rs
@@ -106,6 +106,11 @@ impl Metadata {
106
}
107
108
109
+ /// Indicates that signing keys should not be derived when calling [`derive_from`]. Only
110
+ /// applicable to state [`Metadata::DerivedSigningPubkey`]; calling this in other states will
111
+ /// result in no change.
112
+ ///
113
+ /// [`derive_from`]: Self::derive_from
114
pub fn without_keys(self) -> Self {
115
match self {
116
Metadata::Bytes(_) => self,
0 commit comments