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 b0a5ea8 commit dd120ccCopy full SHA for dd120cc
lightning/src/offers/merkle.rs
@@ -100,7 +100,7 @@ pub(super) fn sign_message<F: SignFunction<E>, E>(
100
/// Verifies the signature with a pubkey over the given message using a tagged hash as the message
101
/// digest.
102
///
103
-/// 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.
104
pub(super) fn verify_signature(
105
signature: &Signature, message: TaggedHash, pubkey: PublicKey,
106
) -> Result<(), secp256k1::Error> {
0 commit comments