From b73cbf3ecbc2ca7df9741c19e18b95a84b1ee5bd Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sun, 19 Jan 2014 17:17:05 +0000 Subject: [PATCH] Caching (on two levels!) and quite possibly working State transition class. --- state.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/state.cpp b/state.cpp index 744daf0d6..0e2967d77 100644 --- a/state.cpp +++ b/state.cpp @@ -26,6 +26,8 @@ using namespace eth; int stateTest() { + State s(toPublic(sha3("123"))); + return 0; }