aboutsummaryrefslogtreecommitdiffstats
path: root/checkRandomStateTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'checkRandomStateTest.cpp')
-rw-r--r--checkRandomStateTest.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/checkRandomStateTest.cpp b/checkRandomStateTest.cpp
index 4c07c3cf..ed12b7dc 100644
--- a/checkRandomStateTest.cpp
+++ b/checkRandomStateTest.cpp
@@ -155,6 +155,7 @@ bool doStateTest(mValue& _v)
{
cout << "Missing expected address " << expectedAddr;
return 1;
+ }
else
{
if (importer.m_statePost.balance(expectedAddr) != theState.balance(expectedAddr))