From dd0cdddd946c036f64d92f000618930c14bf95d5 Mon Sep 17 00:00:00 2001 From: winsvega Date: Mon, 6 Apr 2015 22:38:52 +0300 Subject: Check State style changes --- TestHelper.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'TestHelper.cpp') 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) { -- cgit