Fix tests for new API.

This commit is contained in:
Gav Wood 2015-11-16 21:00:05 +01:00
parent 7208a2ee96
commit ad249e5787

View File

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