Fixups for new API.

This commit is contained in:
Gav Wood 2015-11-06 14:23:18 +01:00
parent a89fa99994
commit 2f85153dcc

View File

@ -42,7 +42,8 @@ namespace test
class ExecutionFramework class ExecutionFramework
{ {
public: public:
ExecutionFramework() ExecutionFramework():
m_state(eth::State::Null)
{ {
if (g_logVerbosity != -1) if (g_logVerbosity != -1)
g_logVerbosity = 0; g_logVerbosity = 0;