Skip to content

Commit eec69dd

Browse files
committed
f - remove previously removed doc comment
1 parent 8d2a5b7 commit eec69dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lightning/src/offers/merkle.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ impl<F, E> SignFunction<E> for F where F: FnOnce(&TaggedHash, &[u8]) -> Result<S
4141
///
4242
/// [BIP 340]: https://github.com/bitcoin/bips/blob/master/bip-0340.mediawiki
4343
/// [BOLT 12]: https://github.com/rustyrussell/lightning-rfc/blob/guilt/offers/12-offer-encoding.md#signature-calculation
44-
/// Bytes associated with a tag, which are used to produced a [`Message`] digest to sign.
4544
pub struct TaggedHash<'a> {
4645
/// Tag used for the hash function as defined in BOLT 12. Typically, either
4746
/// [`invoice_request::SIGNATURE_TAG`] or [`invoice::SIGNATURE_TAG`].

0 commit comments

Comments
 (0)