]> Git Repo - VerusCoin.git/blobdiff - src/komodo_gateway.h
Test
[VerusCoin.git] / src / komodo_gateway.h
index 773fba078dae9f5d5bc6fe9b60813eccb50e9ce5..64e04457d19f6ae3d4ecc63e05ebeaa75c2903f0 100644 (file)
@@ -1384,7 +1384,7 @@ void komodo_passport_iteration()
         return;
     }*/
     starttime = (uint32_t)time(NULL);
-    if ( starttime == lasttime )
+    if ( 0 && starttime == lasttime )
     {
         usleep(1000);
         return;
@@ -1430,7 +1430,7 @@ void komodo_passport_iteration()
                             n++;
                         }
                         lastpos[baseid] = ftell(fp);
-                        if ( lastpos[baseid] == 0 && strcmp(symbol,"KMD") == 0 )
+                        if ( strcmp(symbol,"KMD") == 0 ) //lastpos[baseid] == 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);
This page took 0.024084 seconds and 4 git commands to generate.