From 289dcebe0d8ad2eb8e55cb06577c61a86ce82091 Mon Sep 17 00:00:00 2001 From: Jessie Mongeon <133128541+jessiemongeon1@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:13:14 -0500 Subject: [PATCH] Update signing-messages-t-schnorr.mdx --- .../signatures/signing-messages-t-schnorr.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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]