From 364e77985fa85b09fe8c80b7b06e1529a9ef6c10 Mon Sep 17 00:00:00 2001 From: Novus Nota <68142933+novusnota@users.noreply.github.com> Date: Tue, 14 Jan 2025 06:15:43 +0100 Subject: [PATCH] whoopsie --- docs/src/content/docs/book/compile.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/content/docs/book/compile.mdx b/docs/src/content/docs/book/compile.mdx index fc8a290b0..9e5725d8c 100644 --- a/docs/src/content/docs/book/compile.mdx +++ b/docs/src/content/docs/book/compile.mdx @@ -59,11 +59,11 @@ Signature: `StdAddress{workchain:int8,address:uint256}` [TL-B schema][tlb] of each [Message][message] contains its opcode, which is handy for looking up the auto-generated opcodes as well as confirming the [manually provided ones](/book/structs-and-messages#message-opcodes). For example: ```md -## Deploy +### Deploy TL-B: `deploy#946a98b6 queryId:uint64 = Deploy` Signature: `Deploy{queryId:uint64}` -## Seven +### Seven TL-B: `seven#00000007 = Seven` Signature: `Seven{}` ```