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