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 896cd32 commit 40532a7Copy full SHA for 40532a7
lightning/src/offers/merkle.rs
@@ -97,7 +97,7 @@ pub(super) fn sign_message<F: SignFunction<E>, E>(
97
/// Verifies the signature with a pubkey over the given message using a tagged hash as the message
98
/// digest.
99
///
100
-/// Panics if `message` is not a well-formed TLV stream containing at least one TLV record.
+/// Panics if `message` does not contain a well-formed TLV stream with at least one TLV record.
101
pub(super) fn verify_signature(
102
signature: &Signature, message: TaggedHash, pubkey: PublicKey,
103
) -> Result<(), secp256k1::Error> {
0 commit comments