mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fixups for new API.
This commit is contained in:
parent
a89fa99994
commit
2f85153dcc
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user