diff options
author | Gav Wood <i@gavwood.com> | 2014-12-21 23:24:45 +0800 |
---|---|---|
committer | Gav Wood <i@gavwood.com> | 2014-12-21 23:24:45 +0800 |
commit | 211742d500fdbbe35e2bb04ffe08833252525a05 (patch) | |
tree | 4b0f7fb85402ae4bdfcf2ad96a3d4d50fd75cb55 | |
parent | 08bf3c0121b7fe4d19fc443147db8b3eea03ac90 (diff) | |
download | dexon-solidity-211742d500fdbbe35e2bb04ffe08833252525a05.tar.gz dexon-solidity-211742d500fdbbe35e2bb04ffe08833252525a05.tar.zst dexon-solidity-211742d500fdbbe35e2bb04ffe08833252525a05.zip |
SHA-3 hashing to web3.
-rw-r--r-- | jsonrpc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jsonrpc.cpp b/jsonrpc.cpp index 37377407..454ae225 100644 --- a/jsonrpc.cpp +++ b/jsonrpc.cpp @@ -19,7 +19,7 @@ * @date 2014 */ -#if ETH_JSONRPC && 0 +#if ETH_JSONRPC #include <boost/test/unit_test.hpp> #include <boost/lexical_cast.hpp> |