aboutsummaryrefslogtreecommitdiffstats
path: root/checkRandomStateTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'checkRandomStateTest.cpp')
-rw-r--r--checkRandomStateTest.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/checkRandomStateTest.cpp b/checkRandomStateTest.cpp
index 17e785f6..a4d390b1 100644
--- a/checkRandomStateTest.cpp
+++ b/checkRandomStateTest.cpp
@@ -21,6 +21,7 @@
*/
#include <libdevcore/Common.h>
+#include <libdevcore/Assertions.h>
#include <libdevcore/Exceptions.h>
#include <libdevcore/Log.h>
#include <libevm/VMFactory.h>
@@ -87,7 +88,7 @@ bool doStateTest(mValue& _v)
try
{
- theState.execute(lastHashes(importer.m_environment.currentBlock.number), tx, &output);
+ output = theState.execute(lastHashes(importer.m_environment.currentBlock.number), tx).output;
}
catch (Exception const& _e)
{