aboutsummaryrefslogtreecommitdiffstats
path: root/checkRandomStateTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'checkRandomStateTest.cpp')
-rw-r--r--checkRandomStateTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/checkRandomStateTest.cpp b/checkRandomStateTest.cpp
index 17e785f6..0fa7233b 100644
--- a/checkRandomStateTest.cpp
+++ b/checkRandomStateTest.cpp
@@ -87,7 +87,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)
{