This commit is contained in:
jl777
2019-04-12 02:09:49 -11:00
parent 541df854cc
commit 73dc337478
2 changed files with 2 additions and 0 deletions

View File

@@ -2631,6 +2631,7 @@ void komodo_pricesupdate(int32_t height,CBlock *pblock)
{
static int numprices; static uint32_t *ptr32; static int64_t *ptr64,*tmpbuf;
int32_t ind,offset,width; int64_t correlated,smoothed; uint64_t seed,rngval; uint32_t rawprices[KOMODO_MAXPRICES],buf[PRICES_MAXDATAPOINTS*2];
fprintf(stderr,"Queued_reconsiderblock %s\n",Queued_reconsiderblock.GetHex().c_str());
if ( Queued_reconsiderblock != zeroid )
{
komodo_reconsiderblock(Queued_reconsiderblock);