From 21abd4df815cab904da29ffaf2b3b550dd9ddc99 Mon Sep 17 00:00:00 2001 From: jl777 Date: Mon, 23 Oct 2017 13:45:05 +0300 Subject: [PATCH] Test --- src/komodo_bitcoind.h | 2 +- src/komodo_utils.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/komodo_bitcoind.h b/src/komodo_bitcoind.h index a48abae69..390d84736 100644 --- a/src/komodo_bitcoind.h +++ b/src/komodo_bitcoind.h @@ -436,7 +436,7 @@ int32_t komodo_verifynotarization(char *symbol,char *dest,int32_t height,int32_t if ( ASSETCHAINS_SYMBOL[0] != 0 ) { jsonstr = komodo_issuemethod(KMDUSERPASS,(char *)"getrawtransaction",params,KMD_PORT); -printf("userpass.(%s) got (%s)\n",KMDUSERPASS,jsonstr); +//printf("userpass.(%s) got (%s)\n",KMDUSERPASS,jsonstr); } }//else jsonstr = _dex_getrawtransaction(); else return(0); // need universal way to issue DEX* API, since notaries mine most blocks, this ok diff --git a/src/komodo_utils.h b/src/komodo_utils.h index fc099c248..92577dae0 100644 --- a/src/komodo_utils.h +++ b/src/komodo_utils.h @@ -1278,7 +1278,7 @@ uint16_t komodo_userpass(char *username,char *password,FILE *fp) else if ( (str= strstr(line,(char *)"rpcport")) != 0 ) { port = atoi(parse_conf_line(str,(char *)"rpcport")); - printf("rpcport.%u in file\n",port); + //printf("rpcport.%u in file\n",port); } } if ( rpcuser != 0 && rpcpassword != 0 )