only check rootHash of state if FATDB is off

This commit is contained in:
CJentzsch 2015-03-02 20:45:42 +01:00 committed by Gav Wood
parent 31110cd27a
commit 0fa6b05a5a

View File

@ -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)