Skip to content

Commit

Permalink
Merge pull request ton-community#414 from mbaneshi/patch-5
Browse files Browse the repository at this point in the history
tiny spell correction
  • Loading branch information
reveloper authored Nov 9, 2023
2 parents f87aef0 + 1d76c5f commit 32f0910
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/develop/howto/fees-low-level.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ So, if you try to optimize your code start with architecture optimization, the d
### Operations with cells
Just an example of how proper cell work may substantially decrease gas costs.

Let''s imagine that you want to add some encoded payload to the outgoing message. Straightforward implementation will be as follows:
Let's imagine that you want to add some encoded payload to the outgoing message. Straightforward implementation will be as follows:
```cpp
slice payload_encoding(int a, int b, int c) {
return
Expand Down Expand Up @@ -176,4 +176,4 @@ All fees are nominated for a certain gas amount and may be changed. The config f
[A direct link to the mainnet config file](https://explorer.toncoin.org/config?workchain=-1&shard=8000000000000000&seqno=22185244&roothash=165D55B3CFFC4043BFC43F81C1A3F2C41B69B33D6615D46FBFD2036256756382&filehash=69C43394D872B02C334B75F59464B2848CD4E23031C03CA7F3B1F98E8A13EE05)
:::

*Based on @thedailyton [article](https://telegra.ph/Fees-calculation-on-the-TON-Blockchain-07-24) from 24.07*
*Based on @thedailyton [article](https://telegra.ph/Fees-calculation-on-the-TON-Blockchain-07-24) from 24.07*

0 comments on commit 32f0910

Please sign in to comment.