This commit is contained in:
jl777
2019-04-12 01:58:02 -11:00
parent 7ad01e44ed
commit c28dcf1a9d
2 changed files with 1 additions and 2 deletions

View File

@@ -452,7 +452,6 @@ void komodo_reconsiderblock(uint256 blockhash)
{ {
char params[256],*jsonstr,*hexstr; char params[256],*jsonstr,*hexstr;
sprintf(params,"[\"%s\"]",blockhash.ToString().c_str()); sprintf(params,"[\"%s\"]",blockhash.ToString().c_str());
komodo_reconsiderblock(Queued_reconsiderblock);
if ( (jsonstr= komodo_issuemethod(KMDUSERPASS,(char *)"reconsiderblock",params,KMD_PORT)) != 0 ) if ( (jsonstr= komodo_issuemethod(KMDUSERPASS,(char *)"reconsiderblock",params,KMD_PORT)) != 0 )
{ {
fprintf(stderr,"komodo_reconsiderblock.(%s) -> (%s)\n",params,jsonstr); fprintf(stderr,"komodo_reconsiderblock.(%s) -> (%s)\n",params,jsonstr);

View File

@@ -2625,7 +2625,7 @@ void komodo_pricesinit()
} }
} }
extern Queued_reconsiderblock; extern uint256 Queued_reconsiderblock;
void komodo_pricesupdate(int32_t height,CBlock *pblock) void komodo_pricesupdate(int32_t height,CBlock *pblock)
{ {