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 e34f499 commit 0566acaCopy full SHA for 0566aca
lightning/src/offers/offer.rs
@@ -62,7 +62,7 @@ impl Offer {
62
.unwrap_or_else(|| ChainHash::using_genesis_block(Network::Bitcoin))
63
}
64
65
- /// Metadata set by the originator, useful for authentication and validating fields.
+ /// Metadata set by the originator. Useful for authentication and validating fields.
66
pub fn metadata(&self) -> Option<&Vec<u8>> {
67
self.contents.metadata.as_ref()
68
0 commit comments