spacemanholdings / qmix

Qtum's Solidity in-browser IDE
MIT License
3 stars 4 forks source link

OutOfGas Exception reporting #25

Open spacemandev-git opened 5 years ago

spacemandev-git commented 5 years ago

On contract creation if the VM runs out of gas that error is not reported and a contract interface shows up anyway.

Fix: Move interface creation to after a successful tx mine, not just posted.