samsidx
Results
1
issues of
samsidx
Following code in `Lotter.test.js` should explicitly convert output of `web3.utils.toWei` to `int` as `parseInt(await web3.utils.toWei('0.01', 'ether')`. I understand the type casting implicit conversion but for pedagogical purpose above seems more...