From eeb03bdc16c717daec73bfbe7a33b6d69b88fc4f Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 9 Nov 2016 12:04:30 -0300 Subject: [PATCH] test --- crypto777/bitcoind_RPC.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/crypto777/bitcoind_RPC.c b/crypto777/bitcoind_RPC.c index 7d95e40a0..9bce896ad 100755 --- a/crypto777/bitcoind_RPC.c +++ b/crypto777/bitcoind_RPC.c @@ -134,8 +134,8 @@ char *bitcoind_RPC(char **retstrp,char *debugstr,char *url,char *userpass,char * specialcase = 1; else specialcase = 0; if ( url[0] == 0 ) - strcpy(url,"http://127.0.0.1:7876/nxt"); - if ( specialcase != 0 && 0 ) + strcpy(url,"http://127.0.0.1:7776"); + //if ( specialcase != 0 && 0 ) printf("<<<<<<<<<<< bitcoind_RPC: debug.(%s) url.(%s) command.(%s) params.(%s)\n",debugstr,url,command,params); try_again: if ( retstrp != 0 )