diff --git a/docs/developer-docs/smart-contracts/signatures/signing-messages-t-schnorr.mdx b/docs/developer-docs/smart-contracts/signatures/signing-messages-t-schnorr.mdx index 04f7ba8ad1..6689fc3ce4 100644 --- a/docs/developer-docs/smart-contracts/signatures/signing-messages-t-schnorr.mdx +++ b/docs/developer-docs/smart-contracts/signatures/signing-messages-t-schnorr.mdx @@ -68,7 +68,7 @@ To deploy code using the `sign_with_schnorr` method, you will need to specify th - + ```rust #[update] @@ -135,7 +135,7 @@ function verify(bip340) { - + ```rust #[query] @@ -200,7 +200,7 @@ function verify(ed25519) { ``` - + ```rust #[query]