aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--checkRandomStateTest.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/checkRandomStateTest.cpp b/checkRandomStateTest.cpp
index 601ef1ca..17e785f6 100644
--- a/checkRandomStateTest.cpp
+++ b/checkRandomStateTest.cpp
@@ -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;