only check rootHash of state if FATDB is off

This commit is contained in:
CJentzsch
2015-03-06 12:19:44 +01:00
committed by Gav Wood
parent 81107d5932
commit d680b6f35f
+1
View File
@@ -91,6 +91,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)