aboutsummaryrefslogtreecommitdiffstats
path: root/vm.h
diff options
context:
space:
mode:
authorChristoph Jentzsch <jentzsch.software@gmail.com>2014-10-06 16:17:27 +0800
committerChristoph Jentzsch <jentzsch.software@gmail.com>2014-10-06 16:17:27 +0800
commit0d5a301957e1b521ed2fa71c55c9d4c0564aec53 (patch)
treee7225b03f2b1b395ceb16f2379646ead1fcefa5a /vm.h
parentd490d3197bf55a693f0043bd817475f137ba5f82 (diff)
downloaddexon-solidity-0d5a301957e1b521ed2fa71c55c9d4c0564aec53.tar.gz
dexon-solidity-0d5a301957e1b521ed2fa71c55c9d4c0564aec53.tar.zst
dexon-solidity-0d5a301957e1b521ed2fa71c55c9d4c0564aec53.zip
Bug fix, push callcreate before changing gas value in FakeExtVM
Diffstat (limited to 'vm.h')
-rw-r--r--vm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vm.h b/vm.h
index 6771fa76..5bad9d7d 100644
--- a/vm.h
+++ b/vm.h
@@ -38,6 +38,8 @@ along with cpp-ethereum. If not, see <http://www.gnu.org/licenses/>.
namespace dev { namespace test {
+struct FakeExtVMFailure : virtual Exception {};
+
class FakeExtVM: public eth::ExtVMFace
{
public: