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; }