This commit is contained in:
CJentzsch 2015-03-12 14:33:00 +01:00
parent eb2fd0f521
commit 08bc977660

View File

@ -125,8 +125,6 @@ bool doStateTest(mValue& _v)
return 1; return 1;
} }
// check logs
//checkLog(theState.pending().size() ? theState.log(0) : LogEntries(), importer.m_environment.sub.logs); //checkLog(theState.pending().size() ? theState.log(0) : LogEntries(), importer.m_environment.sub.logs);
eth::LogEntries logs = theState.pending().size() ? theState.log(0) : eth::LogEntries(); eth::LogEntries logs = theState.pending().size() ? theState.log(0) : eth::LogEntries();
@ -219,7 +217,6 @@ bool doStateTest(mValue& _v)
} }
if(expectedAddrs != resultAddrs) if(expectedAddrs != resultAddrs)
return 1; return 1;
#endif #endif
if(theState.rootHash() != h256(o["postStateRoot"].get_str()), "wrong post state root") if(theState.rootHash() != h256(o["postStateRoot"].get_str()), "wrong post state root")
return 1; return 1;