tact icon indicating copy to clipboard operation
tact copied to clipboard

Syntax Error: nativeReserve

Open tactfunc opened this issue 1 year ago • 2 comments

        nativeReserve(ton("0,1"), 0);

Still enable to compile. It's a bug.

Should be

        nativeReserve(ton("0.1"), 0);

Reference: https://docs.tact-lang.org/language/ref/advanced#nativereserve

tactfunc avatar Dec 21 '23 06:12 tactfunc

how is this a bug? you just have to follow the number format.

Gusarich avatar Jan 19 '24 22:01 Gusarich

Let's keep this one open for now. There are ways to address this. Just not right now

anton-trunov avatar Feb 27 '24 12:02 anton-trunov