Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
fix: remove article
Browse files Browse the repository at this point in the history
  • Loading branch information
a-bahdanau committed Oct 10, 2024
1 parent 037658a commit e6b6b47
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions pages/cookbook/jettons.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,11 @@ To obtain the jetton wallet's state init, you need the wallet's data and code. W

Since notifications originate from your contract's jetton wallet, as illustrated in the diagram, the function [`myAddress(){:tact}`](/ref/core-common#myaddress) should be used in `ownerAddress{:tact}` field.

Calculation of contract's jetton wallet is done via function.
To obtain jetton wallet state init we need jetton wallets data and code. Common initial data layout is shown below but in may differ in some case, like in .
Since notifications come from your contract's jetton wallet as shown in diagram, the function should be used in state init the owner address field.
<Callout type="warning" emoji="⚠️">

Sender of transfer notification must be validated!

</Callout>

```tact
import "@stdlib/deploy";
Expand Down

0 comments on commit e6b6b47

Please sign in to comment.