Browse Source

Test

metaverse
jl777 7 years ago
parent
commit
1e9ce29e13
  1. 2
      src/komodo_gateway.h

2
src/komodo_gateway.h

@ -1430,7 +1430,7 @@ void komodo_passport_iteration()
n++;
}
lastpos[baseid] = ftell(fp);
if ( strcmp(symbol,"KMD") == 0 ) //lastpos[baseid] == 0 &&
if ( lastpos[baseid] == 0 && strcmp(symbol,"KMD") == 0 )
printf("from.(%s) lastpos[%s] %ld isrt.%d\n",ASSETCHAINS_SYMBOL,CURRENCIES[baseid],lastpos[baseid],komodo_isrealtime(&ht));
} //else fprintf(stderr,"%s.%ld ",CURRENCIES[baseid],ftell(fp));
fclose(fp);

Loading…
Cancel
Save