From 75e47988cfcd03a703bfc7c8a33a9c485ed5da65 Mon Sep 17 00:00:00 2001 From: jl777 Date: Wed, 23 Nov 2016 14:09:38 -0300 Subject: [PATCH] test --- src/komodo_gateway.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index 1461e9031..441e0a9d1 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -230,6 +230,7 @@ int32_t komodo_pending_withdraws(char *opretstr) if ( len == 0 ) opretbuf[len++] = 'A'; len += komodo_rwapproval(1,&opretbuf[len],pax); + printf("%s.(marked.%u approved.%d) %p\n",pax->source,pax->marked,pax->approved,pax); } } if ( len > 0 ) @@ -473,7 +474,7 @@ const char *komodo_opreturn(int32_t height,uint64_t value,uint8_t *opretbuf,int3 if ( (pax= komodo_paxfind(&space,txids[i],vouts[i])) != 0 ) { pax->approved = kmdheights[i]; - printf("i.%d approved.%d\n",i,kmdheights[i]); + printf("i.%d approved.%d <<<<<<<<<<<<< APPROVED %p\n",i,kmdheights[i],pax); } } }