From b844ceb5e9c0d8fdab4de87f373e5613730640db Mon Sep 17 00:00:00 2001 From: jl777 Date: Sat, 3 Dec 2016 20:13:20 -0300 Subject: [PATCH] test --- src/komodo_gateway.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index c4084ae3b..0fb8a74d7 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -365,7 +365,7 @@ int32_t komodo_gateway_deposits(CMutableTransaction *txNew,char *base,int32_t to continue; if ( strcmp(pax->symbol,symbol) != 0 || pax->validated == 0 ) { - printf("pax->symbol.%s != %s or null pax->validated %.8f\n",pax->symbol,symbol,dstr(pax->validated)); + //printf("pax->symbol.%s != %s or null pax->validated %.8f\n",pax->symbol,symbol,dstr(pax->validated)); continue; } if ( 0 && ASSETCHAINS_SYMBOL[0] != 0 )