diff --git a/state.cpp b/state.cpp index 612e44e6a..f94d834be 100644 --- a/state.cpp +++ b/state.cpp @@ -92,6 +92,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)