aboutsummaryrefslogtreecommitdiffstats
path: root/checkRandomStateTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'checkRandomStateTest.cpp')
-rw-r--r--checkRandomStateTest.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/checkRandomStateTest.cpp b/checkRandomStateTest.cpp
index a4d390b1..49aca852 100644
--- a/checkRandomStateTest.cpp
+++ b/checkRandomStateTest.cpp
@@ -83,12 +83,11 @@ bool doStateTest(mValue& _v)
ImportTest importer(o, false);
eth::State theState = importer.m_statePre;
- bytes tx = importer.m_transaction.rlp();
bytes output;
try
{
- output = theState.execute(lastHashes(importer.m_environment.currentBlock.number), tx).output;
+ output = theState.execute(lastHashes(importer.m_environment.currentBlock.number), importer.m_transaction).output;
}
catch (Exception const& _e)
{