aboutsummaryrefslogtreecommitdiffstats
path: root/state.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'state.cpp')
-rw-r--r--state.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/state.cpp b/state.cpp
index ed9d05aa..2ba409c4 100644
--- a/state.cpp
+++ b/state.cpp
@@ -47,7 +47,7 @@ int stateTest()
// Mine to get some ether!
s.commitToMine(bc);
- while (s.mine(100).completed()) {}
+ while (s.mine(100).completed) {}
bc.attemptImport(s.blockData(), stateDB);
cout << bc;
@@ -74,7 +74,7 @@ int stateTest()
// Mine to get some ether and set in stone.
s.commitToMine(bc);
- while (s.mine(100).completed()) {}
+ while (s.mine(100).completed) {}
bc.attemptImport(s.blockData(), stateDB);
cout << bc;