From 60cd57df7f0ef45f952402a58414a4e9ebda2bd5 Mon Sep 17 00:00:00 2001 From: jl777 Date: Tue, 13 Dec 2016 13:22:59 +0200 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 408fe42d2..d4cf8979b 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -301,7 +301,7 @@ uint64_t komodo_paxtotal() if ( komodo_paxcmp(pax->source,pax->height,pax->komodoshis,checktoshis,seed) == 0 ) { pax->marked = pax->height; - printf("WITHDRAW.%s mark <- %d %.8f != %.8f\n",pax->source,pax->height,dstr(checktoshis),dstr(pax->komodoshis)); + //printf("WITHDRAW.%s mark <- %d %.8f != %.8f\n",pax->source,pax->height,dstr(checktoshis),dstr(pax->komodoshis)); } else if ( pax->validated == 0 ) {