test
This commit is contained in:
@@ -835,7 +835,7 @@ void komodo_passport_iteration()
|
||||
{
|
||||
static long lastpos[34]; static char userpass[33][1024];
|
||||
FILE *fp; int32_t baseid,isrealtime,refid,blocks,longest; struct komodo_state *sp,*refsp; char *retstr,fname[512],*base,symbol[16],dest[16]; uint32_t buf[3]; cJSON *infoobj,*result; uint64_t RTmask = 0;
|
||||
//printf("PASSPORT.(%s)\n",ASSETCHAINS_SYMBOL);
|
||||
printf("PASSPORT.(%s)\n",ASSETCHAINS_SYMBOL);
|
||||
|
||||
while ( KOMODO_INITDONE == 0 )
|
||||
{
|
||||
@@ -854,7 +854,7 @@ void komodo_passport_iteration()
|
||||
return;
|
||||
}
|
||||
}
|
||||
//printf("PASSPORT %s refid.%d\n",ASSETCHAINS_SYMBOL,refid);
|
||||
printf("PASSPORT %s refid.%d\n",ASSETCHAINS_SYMBOL,refid);
|
||||
for (baseid=32; baseid>=0; baseid--)
|
||||
{
|
||||
sp = 0;
|
||||
@@ -922,6 +922,6 @@ void komodo_passport_iteration()
|
||||
komodo_paxtotal();
|
||||
refsp->RTmask = RTmask;
|
||||
KOMODO_PASSPORT_INITDONE = 1;
|
||||
//printf("done PASSPORT %s refid.%d\n",ASSETCHAINS_SYMBOL,refid);
|
||||
printf("done PASSPORT %s refid.%d\n",ASSETCHAINS_SYMBOL,refid);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user