Fix VM tester

This commit is contained in:
Paweł Bylica 2014-11-14 11:07:14 +01:00
parent 6d8de298ed
commit fda1fd586f

2
vm.cpp
View File

@ -313,7 +313,7 @@ void doVMTests(json_spirit::mValue& v, bool _fillin)
try
{
output = vm->go(fev, fev.simpleTrace()).toVector();
gas = vm.gas();
gas = vm->gas();
}
catch (OutOfGas const&)
{