test
This commit is contained in:
@@ -636,7 +636,7 @@ int32_t komodo_check_deposit(int32_t height,const CBlock& block) // verify above
|
||||
printf(" kht.%d ht.%d %.8f %.8f blockhash couldnt find vout.[%d]\n",kmdheights[i-1],otherheights[i-1],dstr(values[i-1]),dstr(srcvalues[i]),i);
|
||||
}
|
||||
}
|
||||
if ( matched != num )
|
||||
if ( height <= chainActive.Tip()->nHeight && matched != num )
|
||||
{
|
||||
printf("WOULD REJECT %s: ht.%d (%c) matched.%d vs num.%d\n",symbol,height,opcode,matched,num);
|
||||
// can easily happen depending on order of loading
|
||||
@@ -1011,7 +1011,7 @@ void komodo_passport_iteration()
|
||||
isrealtime = 1;
|
||||
RTmask |= (1LL << baseid);
|
||||
memcpy(refsp->RTbufs[baseid+1],buf,sizeof(refsp->RTbufs[baseid+1]));
|
||||
} //else fprintf(stderr,"%s not RT\n",base);
|
||||
} else fprintf(stderr,"%s not RT %u %u %d\n",base,buf[0],buf[1],(int32_t)(time(NULL)-buf[2]));
|
||||
} //else fprintf(stderr,"%s size error RT\n",base);
|
||||
fclose(fp);
|
||||
} //else fprintf(stderr,"%s open error RT\n",base);
|
||||
|
||||
Reference in New Issue
Block a user