Browse Source

Test

etomic
jl777 8 years ago
parent
commit
a8d65adcd3
  1. 2
      crypto777/bitcoind_RPC.c

2
crypto777/bitcoind_RPC.c

@ -13,6 +13,7 @@
* *
******************************************************************************/
#ifndef FROM_JS
#include "OS_portable.h"
#define LIQUIDITY_PROVIDER 1
@ -371,3 +372,4 @@ void *curl_post(void **cHandlep,char *url,char *userpass,char *postfields,char *
return(clonestr("{\"error\":\"curl is disabled\"}"));
}
#endif
#endif

Loading…
Cancel
Save