disintar / toncli

TON Command Line Interface - easy smart contract manipulation
https://disintar.io/
Apache License 2.0
166 stars 34 forks source link

test_default_c4 **FIX** #65

Closed Trinketer22 closed 2 years ago

Trinketer22 commented 2 years ago

So real issue was that @' was required so fift delays proj_data word resolution till execution phase. Otherwise if not defined it will fail at interpretation phase even though it's in separate continuation block.

tvorogme commented 2 years ago

Gj