mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
style
This commit is contained in:
parent
363d417384
commit
6243d0048b
@ -215,10 +215,10 @@ bool doStateTest(mValue& _v)
|
||||
if (expectedAddrIt == expectedAddrs.end())
|
||||
return 1;
|
||||
}
|
||||
if(expectedAddrs != resultAddrs)
|
||||
if (expectedAddrs != resultAddrs)
|
||||
return 1;
|
||||
#endif
|
||||
if(theState.rootHash() != h256(o["postStateRoot"].get_str()))
|
||||
if (theState.rootHash() != h256(o["postStateRoot"].get_str()))
|
||||
{
|
||||
cout << "wrong post state root" << endl;
|
||||
return 1;
|
||||
|
Loading…
Reference in New Issue
Block a user