From 0dc70c63a9009aa5ccf2da99893a426a1d6db6d5 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sun, 5 Apr 2015 21:08:22 +0200 Subject: Move hash to a hidden function, and provide a datapath to it so avoid unneeded SHA3s. --- stateOriginal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stateOriginal.cpp') diff --git a/stateOriginal.cpp b/stateOriginal.cpp index 384d8534..572e84dc 100644 --- a/stateOriginal.cpp +++ b/stateOriginal.cpp @@ -58,7 +58,7 @@ BOOST_AUTO_TEST_CASE(Complex) CanonBlockChain bc; cout << bc; - State s(myMiner.address(), stateDB); + State s(stateDB, BaseState::Empty, myMiner.address()); cout << s; // Sync up - this won't do much until we use the last state. -- cgit v1.2.3