aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--vm.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vm.cpp b/vm.cpp
index 1c6022f5..67f08837 100644
--- a/vm.cpp
+++ b/vm.cpp
@@ -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&)
{