Skip to content

Commit 40532a7

Browse files
committed
f - reword docs
1 parent 896cd32 commit 40532a7

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
@@ -97,7 +97,7 @@ pub(super) fn sign_message<F: SignFunction<E>, E>(
9797
/// Verifies the signature with a pubkey over the given message using a tagged hash as the message
9898
/// digest.
9999
///
100-
/// Panics if `message` is not a well-formed TLV stream containing at least one TLV record.
100+
/// Panics if `message` does not contain a well-formed TLV stream with at least one TLV record.
101101
pub(super) fn verify_signature(
102102
signature: &Signature, message: TaggedHash, pubkey: PublicKey,
103103
) -> Result<(), secp256k1::Error> {

0 commit comments

Comments
 (0)