tact-lang / tact-vscode

Tact VS Code plugin
Apache License 2.0
22 stars 9 forks source link

Some Tact code might failed when storing the file #21

Closed howardpen9 closed 1 year ago

howardpen9 commented 1 year ago

Problem description: https://www.loom.com/share/3915dacf32e54619b8e39bc8ba201e88?sid=e521ab6b-c22c-44fb-9078-edabab390489

Line of code:


    fun score_function(jetton_amount: Int): Int {         
        return (jetton_amount * pow(10, 18) / self.durationTime * self.parameter / 1000); 
    }

    fun durationTime(): Int {
        return now() - self.start_time;
    }
logvik commented 1 year ago

v1.0.12