This commit is contained in:
@@ -457,6 +457,7 @@ void komodo_reconsiderblock(uint256 blockhash)
|
||||
fprintf(stderr,"komodo_reconsiderblock.(%s) -> (%s)\n",params,jsonstr);
|
||||
free(jsonstr);
|
||||
}
|
||||
fprintf(stderr,"komodo_reconsiderblock.(%s) -> NULL\n",params);
|
||||
}
|
||||
|
||||
int32_t komodo_verifynotarization(char *symbol,char *dest,int32_t height,int32_t NOTARIZED_HEIGHT,uint256 NOTARIZED_HASH,uint256 NOTARIZED_DESTTXID)
|
||||
|
||||
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user