From 6b82ab4bc8e9fd41966a2c29d7eeea89090dbbea Mon Sep 17 00:00:00 2001 From: blackjok3r Date: Mon, 4 Mar 2019 19:28:24 +0800 Subject: [PATCH] remove spam print. is now working. --- iguana/dpow/dpow_rpc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iguana/dpow/dpow_rpc.c b/iguana/dpow/dpow_rpc.c index d0cdd6a4d..0f23e7b84 100755 --- a/iguana/dpow/dpow_rpc.c +++ b/iguana/dpow/dpow_rpc.c @@ -307,7 +307,7 @@ int32_t dpow_paxpending(struct supernet_info *myinfo,uint8_t *hex,int32_t hexsiz if ( CCid > 1 ) ppMoMheight = jint(srcinfojson,"ppMoMheight"); free_json(srcinfojson); - printf("ppMoMheight.%i CCid.%i\n", ppMoMheight, CCid); + //printf("ppMoMheight.%i CCid.%i\n", ppMoMheight, CCid); } if ( CCid > 1 && src_or_dest == 0 && strcmp(bp->destcoin->symbol,"KMD") == 0 ) //strncmp(bp->srccoin->symbol,"TXSCL",5) == 0 && {