From b1d3b83034e619447dffec25a07e891dedd3b178 Mon Sep 17 00:00:00 2001 From: Bedly1 <61693062+Bedly1@users.noreply.github.com> Date: Sat, 26 Oct 2024 18:24:31 +0200 Subject: [PATCH] fix 9 header changed "medhod" typo to "method" --- docs/develop/smart-contracts/security/things-to-focus.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/develop/smart-contracts/security/things-to-focus.md b/docs/develop/smart-contracts/security/things-to-focus.md index 4f6364ba3e..7ca37da717 100644 --- a/docs/develop/smart-contracts/security/things-to-focus.md +++ b/docs/develop/smart-contracts/security/things-to-focus.md @@ -50,7 +50,7 @@ Contracts in the blockchain can reside in separate shards, processed by other se It is helpful to think through the roadmap of exit codes for the code flow (and have it documented) before starting programming your TON smart contract. -### 9. Func functions that have medhod_id identifiers have method IDs +### 9. Func functions that have method_id identifiers have method IDs They can be either set explicitly `"method_id(5)"`, or implicitly by a func compiler. In this case, they can be found among methods declarations in the .fift assembly file. Two of them are predefined: one for receiving messages inside of blockchain `(0)`, commonly named `recv_internal`, and one for receiving messages from outside `(-1)`, `recv_external`. @@ -94,4 +94,4 @@ There are two custom solutions for wallets (smart contracts, storing users money Originally written by 0xguard -- [Original article](https://0xguard.com/things_to_focus_on_while_working_with_ton_blockchain) \ No newline at end of file +- [Original article](https://0xguard.com/things_to_focus_on_while_working_with_ton_blockchain)