From 211742d500fdbbe35e2bb04ffe08833252525a05 Mon Sep 17 00:00:00 2001 From: Gav Wood Date: Sun, 21 Dec 2014 16:24:45 +0100 Subject: [PATCH] SHA-3 hashing to web3. --- jsonrpc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonrpc.cpp b/jsonrpc.cpp index 37377407c..454ae2257 100644 --- a/jsonrpc.cpp +++ b/jsonrpc.cpp @@ -19,7 +19,7 @@ * @date 2014 */ -#if ETH_JSONRPC && 0 +#if ETH_JSONRPC #include #include