Int64
This commit is contained in:
@@ -2572,7 +2572,7 @@ void komodo_pricesinit()
|
|||||||
|
|
||||||
void komodo_pricesupdate(int32_t height,CBlock *pblock)
|
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];
|
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);
|
width = (2*PRICES_DAYWINDOW + PRICES_SMOOTHWIDTH);
|
||||||
if ( numprices == 0 )
|
if ( numprices == 0 )
|
||||||
|
|||||||
Reference in New Issue
Block a user