Test
This commit is contained in:
@@ -921,7 +921,8 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
|
|||||||
int32_t rtflag = 0;
|
int32_t rtflag = 0;
|
||||||
while ( (sp->RTmask & (1LL << baseids[i-1])) == 0 )
|
while ( (sp->RTmask & (1LL << baseids[i-1])) == 0 )
|
||||||
{
|
{
|
||||||
printf("[%s] skip checkdeposit.%s not RT %llx\n",ASSETCHAINS_SYMBOL,CURRENCIES[baseids[i-1]],(long long)sp->RTmask);
|
if ( rtflag == 0 )
|
||||||
|
printf("[%s] skip checkdeposit.%s not RT %llx\n",ASSETCHAINS_SYMBOL,CURRENCIES[baseids[i-1]],(long long)sp->RTmask);
|
||||||
sleep(60);
|
sleep(60);
|
||||||
rtflag = 1;
|
rtflag = 1;
|
||||||
//matched++;
|
//matched++;
|
||||||
|
|||||||
Reference in New Issue
Block a user