From ea2e290c94882135d98f9dc3197aaf3204c41599 Mon Sep 17 00:00:00 2001 From: Dimitry Date: Tue, 11 Aug 2015 17:26:21 +0300 Subject: [PATCH] BLock2: state test filling issue --- test/libethereum/state.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/test/libethereum/state.cpp b/test/libethereum/state.cpp index 30c0ccff0..c37169949 100644 --- a/test/libethereum/state.cpp +++ b/test/libethereum/state.cpp @@ -62,7 +62,6 @@ void doStateTests(json_spirit::mValue& v, bool _fillin) const State importedStatePost = importer.m_statePost; bytes output; - // execute transaction Listener::ExecTimeGuard guard{i.first}; output = importer.executeTest();