From 11d424de8167c9229844b7bdd3957401680cb07e Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 11 Apr 2019 03:20:04 -1100 Subject: [PATCH] +print --- src/komodo_gateway.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/komodo_gateway.h b/src/komodo_gateway.h index ce89cea35..5d96eea06 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -2580,12 +2580,13 @@ void komodo_pricesupdate(int32_t height,CBlock *pblock) numprices = (int32_t)(komodo_cbopretsize(ASSETCHAINS_CBOPRET) / sizeof(uint32_t)); ptr32 = (uint32_t *)calloc(sizeof(uint32_t),numprices * width); ptr64 = (int64_t *)calloc(sizeof(int64_t),PRICES_DAYWINDOW*3); + fprintf(stderr,"prices update: numprices.%d %p %p\n",numprices,ptr32,ptr64); } if ( _komodo_heightpricebits(&seed,rawprices,pblock) == numprices ) { - //for (i=0; i