diff --git a/basilisk/basilisk_swap.c b/basilisk/basilisk_swap.c index 8e96dffc1..d327b1e14 100755 --- a/basilisk/basilisk_swap.c +++ b/basilisk/basilisk_swap.c @@ -3015,14 +3015,14 @@ bits256 basilisk_swap_spendtxid(struct supernet_info *myinfo,char *symbol,char * if (strcmp(catstr,"send") == 0 ) { strncpy(destaddr,addr,63); - printf("(%s) <- (%s) item.%d.[%s]\n",destaddr,coinaddr,i,jprint(item,0)); + //printf("(%s) <- (%s) item.%d.[%s]\n",destaddr,coinaddr,i,jprint(item,0)); if ( coinaddr[0] != 0 ) break; } if (strcmp(catstr,"receive") == 0 ) { strncpy(coinaddr,addr,63); - printf("receive dest.(%s) <- (%s)\n",destaddr,coinaddr); + //printf("receive dest.(%s) <- (%s)\n",destaddr,coinaddr); if ( destaddr[0] != 0 ) break; } diff --git a/crypto777/bitcoind_RPC.c b/crypto777/bitcoind_RPC.c index c7ad8be9b..a3ce6c694 100755 --- a/crypto777/bitcoind_RPC.c +++ b/crypto777/bitcoind_RPC.c @@ -57,7 +57,7 @@ char *post_process_bitcoind_RPC(char *debugstr,char *command,char *rpcstr,char * //printf("<<<<<<<<<<< bitcoind_RPC: %s post_process_bitcoind_RPC.%s.[%s]\n",debugstr,command,rpcstr); if ( command == 0 || rpcstr == 0 || rpcstr[0] == 0 ) { - if ( strcmp(command,"signrawtransaction") != 0 ) + if ( strcmp(command,"signrawtransaction") != 0 && strcmp(command,"getrawtransaction") != 0 ) printf("<<<<<<<<<<< bitcoind_RPC: %s post_process_bitcoind_RPC.%s.[%s]\n",debugstr,command,rpcstr); return(rpcstr); }