diff --git a/test/state.cpp b/test/state.cpp index 5202aff22..71a4bbcfa 100644 --- a/test/state.cpp +++ b/test/state.cpp @@ -93,6 +93,7 @@ void doStateTests(json_spirit::mValue& v, bool _fillin) // check addresses #if ETH_FATDB + cout << "fatDB is defined\n"; auto expectedAddrs = importer.m_statePost.addresses(); auto resultAddrs = theState.addresses(); for (auto& expectedPair : expectedAddrs)