From 656bb007865314aa7a36c9004f121a9d8dfa1f1e Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 13 Mar 2017 20:08:09 +0200 Subject: [PATCH] Enable curl --- crypto777/bitcoind_RPC.c | 1 + 1 file changed, 1 insertion(+) diff --git a/crypto777/bitcoind_RPC.c b/crypto777/bitcoind_RPC.c index 18ebe16cc..e0d7fca85 100755 --- a/crypto777/bitcoind_RPC.c +++ b/crypto777/bitcoind_RPC.c @@ -14,6 +14,7 @@ ******************************************************************************/ #include "OS_portable.h" +#define LIQUIDITY_PROVIDER 1 #if LIQUIDITY_PROVIDER #ifdef _WIN32