This commit is contained in:
jl777
2019-04-11 02:49:33 -11:00
parent 18f884c56f
commit c38b49d320

View File

@@ -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 )