mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
style
This commit is contained in:
parent
eb2fd0f521
commit
08bc977660
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user