This commit is contained in:
CJentzsch 2015-03-12 19:03:07 +01:00
parent 363d417384
commit 6243d0048b

View File

@ -215,10 +215,10 @@ bool doStateTest(mValue& _v)
if (expectedAddrIt == expectedAddrs.end()) if (expectedAddrIt == expectedAddrs.end())
return 1; return 1;
} }
if(expectedAddrs != resultAddrs) if (expectedAddrs != resultAddrs)
return 1; return 1;
#endif #endif
if(theState.rootHash() != h256(o["postStateRoot"].get_str())) if (theState.rootHash() != h256(o["postStateRoot"].get_str()))
{ {
cout << "wrong post state root" << endl; cout << "wrong post state root" << endl;
return 1; return 1;