tact
tact copied to clipboard
Syntax Error: nativeReserve
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
how is this a bug? you just have to follow the number format.
Let's keep this one open for now. There are ways to address this. Just not right now