Skip to content

Commit

Permalink
fix(docs): fix link
Browse files Browse the repository at this point in the history
  • Loading branch information
a-bahdanau committed Nov 25, 2024
1 parent df5d7d1 commit b3d3984
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/content/docs/book/security-best-practices.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,7 @@ contract JettonDefaultWallet {
## Transaction and phases

The computational phase executes the code of smart contracts and only then the actions are performed (sending messages, code modification, changing libraries, and others) and state of contract is updated.
That's mean if compute phase fails [registers](https://docs.ton.org/v3/documentation/tvm/tvm-overview#control-registers) `c4` (“persistent data”) and `c5` (“actions”) won't be updated. But it is possibly to manually save their state via [`commit(){:tact}`](ref/core-advanced/#commit).
That's mean if compute phase fails [registers](https://docs.ton.org/v3/documentation/tvm/tvm-overview#control-registers) `c4` (“persistent data”) and `c5` (“actions”) won't be updated. But it is possibly to manually save their state via [`commit(){:tact}`](/ref/core-advanced/#commit).

## Return gas excesses carefully

Expand Down

0 comments on commit b3d3984

Please sign in to comment.