Syntax
This commit is contained in:
@@ -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);
|
||||||
|
|||||||
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user