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 87197341cf
commit 8d295b36aa

View File

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