From 73a2647474251168cde3febc6708eaa4d751e19d Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 12 Dec 2014 15:31:24 +0100 Subject: Fix tests. --- jsonrpc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jsonrpc.cpp') diff --git a/jsonrpc.cpp b/jsonrpc.cpp index d17c5a59..20ffc6d5 100644 --- a/jsonrpc.cpp +++ b/jsonrpc.cpp @@ -19,7 +19,7 @@ * @date 2014 */ -#if ETH_JSONRPC +#if ETH_JSONRPC && 0 #include #include -- cgit From 6b44029adcf8389574ba198bf32382f4c5983d68 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Fri, 12 Dec 2014 13:33:42 +0100 Subject: Beginnings of cleaning up the Executive/State code. --- jsonrpc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jsonrpc.cpp') diff --git a/jsonrpc.cpp b/jsonrpc.cpp index 20ffc6d5..970957b5 100644 --- a/jsonrpc.cpp +++ b/jsonrpc.cpp @@ -43,7 +43,7 @@ using namespace dev; using namespace dev::eth; namespace js = json_spirit; -WebThreeDirect *web3; +WebThreeDirect* web3; unique_ptr jsonrpcServer; unique_ptr jsonrpcClient; -- cgit