From dfeef25fc2907658914324b130376a20e12d2a8d Mon Sep 17 00:00:00 2001 From: Marek Kotewicz Date: Fri, 9 Jan 2015 17:33:16 +0100 Subject: [PATCH] disabled jsonrpc tests again --- jsonrpc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jsonrpc.cpp b/jsonrpc.cpp index bef304295..42b1a5ebb 100644 --- a/jsonrpc.cpp +++ b/jsonrpc.cpp @@ -22,7 +22,7 @@ // @debris disabled as tests fail with: // unknown location(0): fatal error in "jsonrpc_setMining": std::exception: Exception -32003 : Client connector error: : libcurl error: 28 // /home/gav/Eth/cpp-ethereum/test/jsonrpc.cpp(169): last checkpoint -#if ETH_JSONRPC && 1 +#if ETH_JSONRPC && 0 #include #include