diff options
-rw-r--r-- | TestHelper.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/TestHelper.cpp b/TestHelper.cpp index 1ff091c1..3d96af42 100644 --- a/TestHelper.cpp +++ b/TestHelper.cpp @@ -115,7 +115,8 @@ void ImportTest::importState(json_spirit::mObject& _o, State& _state, stateOptio json_spirit::mObject o = i.second.get_obj(); ImportStateOptions stateOptions; - u256 balance = 0, nonce = 0; + u256 balance = 0; + u256 nonce = 0; if (o.count("balance") > 0) { |