aboutsummaryrefslogtreecommitdiffstats
path: root/createRandomStateTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'createRandomStateTest.cpp')
-rw-r--r--createRandomStateTest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/createRandomStateTest.cpp b/createRandomStateTest.cpp
index 13b622bb..c03deca8 100644
--- a/createRandomStateTest.cpp
+++ b/createRandomStateTest.cpp
@@ -162,7 +162,7 @@ void doStateTests(json_spirit::mValue& _v)
try
{
- theState.execute(test::lastHashes(importer.m_environment.currentBlock.number), tx, &output);
+ output = theState.execute(test::lastHashes(importer.m_environment.currentBlock.number), tx).output;
}
catch (Exception const& _e)
{