require(x = true)
which sets x to true instead of checking that the value of x is true.
Octane searches for these small, pernicious errors that—while valid code—may not be the intended flow of the smart contract developers.require(x = true)
which sets x to true instead of checking that the value of x is true.
Octane searches for these small, pernicious errors that—while valid code—may not be the intended flow of the smart contract developers.