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 6de2fd6 commit fb8afeeCopy full SHA for fb8afee
rust/catalyst-signed-doc-macro/src/rules/mod.rs
@@ -33,6 +33,9 @@ pub(crate) fn catalyst_signed_documents_rules_impl() -> anyhow::Result<TokenStre
33
kid: crate::validator::rules::SignatureKidRule {
34
exp: &[],
35
},
36
+ signature: crate::validator::rules::SignatureRule {
37
+ mutlisig: false
38
+ },
39
}
40
};
41
0 commit comments