Browse Source

style

cl-refactor
CJentzsch 10 years ago
parent
commit
77f9a58c61
  1. 4
      test/checkRandomStateTest.cpp

4
test/checkRandomStateTest.cpp

@ -215,10 +215,10 @@ bool doStateTest(mValue& _v)
if (expectedAddrIt == expectedAddrs.end()) if (expectedAddrIt == expectedAddrs.end())
return 1; return 1;
} }
if(expectedAddrs != resultAddrs) if (expectedAddrs != resultAddrs)
return 1; return 1;
#endif #endif
if(theState.rootHash() != h256(o["postStateRoot"].get_str())) if (theState.rootHash() != h256(o["postStateRoot"].get_str()))
{ {
cout << "wrong post state root" << endl; cout << "wrong post state root" << endl;
return 1; return 1;

Loading…
Cancel
Save