From c38b49d3201d1522d2ec6abd1a7ad87595b53a1e Mon Sep 17 00:00:00 2001 From: jl777 Date: Thu, 11 Apr 2019 02:49:33 -1100 Subject: [PATCH] Int64 --- 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 837a82570..8bc639050 100644 --- a/src/komodo_gateway.h +++ b/src/komodo_gateway.h @@ -2572,7 +2572,7 @@ void komodo_pricesinit() void komodo_pricesupdate(int32_t height,CBlock *pblock) { - static int numprices; static uint32_t *ptr32,*ptr64; + static int numprices; static uint32_t *ptr32; static int64_t *ptr64; int32_t ind,offset,width; int64_t correlated,smoothed; uint64_t seed,rngval; uint32_t rawprices[KOMODO_MAXPRICES],buf[4]; width = (2*PRICES_DAYWINDOW + PRICES_SMOOTHWIDTH); if ( numprices == 0 )