only check rootHash of state if FATDB is off

This commit is contained in:
CJentzsch
2015-03-06 12:47:17 +01:00
committed by Gav Wood
parent ac0159e4dd
commit 8762db977d
+1
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)