Skip to content

Commit dd120cc

Browse files
committed
f - reword docs
1 parent b0a5ea8 commit dd120cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lightning/src/offers/merkle.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pub(super) fn sign_message<F: SignFunction<E>, E>(
100100
/// Verifies the signature with a pubkey over the given message using a tagged hash as the message
101101
/// digest.
102102
///
103-
/// Panics if `message` is not a well-formed TLV stream containing at least one TLV record.
103+
/// Panics if `message` does not contain a well-formed TLV stream with at least one TLV record.
104104
pub(super) fn verify_signature(
105105
signature: &Signature, message: TaggedHash, pubkey: PublicKey,
106106
) -> Result<(), secp256k1::Error> {

0 commit comments

Comments
 (0)