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

Commit 217cc54

Browse files
Update pages/book/contracts.mdx
Co-authored-by: Anton Trunov <anton.a.trunov@gmail.com>
1 parent 4c5aea6 commit 217cc54

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pages/book/contracts.mdx

-2
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,6 @@ On deployment of the contract, the constructor function `init(){:tact}` is run.
9898

9999
If a contract has any [persistent state variables](#variables) without default values specified, it must initialize them in this function.
100100

101-
As stated previously, [contract constants](#constants) don't need to be initialized in the `init{:tact}` function, as they get their values in _compile-time_ and don't consume space in persistent state.
102-
103101
```tact
104102
contract Example {
105103
// persistent state variables

0 commit comments

Comments
 (0)