]> Git Repo - VerusCoin.git/commitdiff
test
authorjl777 <[email protected]>
Mon, 12 Dec 2016 11:13:05 +0000 (13:13 +0200)
committerjl777 <[email protected]>
Mon, 12 Dec 2016 11:13:05 +0000 (13:13 +0200)
src/komodo_gateway.h

index 88bfd21d07ce72981fbd9880f02bb5281e656a6e..ff9b7b1b0624d973329f46162035b4dd31b2df3b 100644 (file)
@@ -831,7 +831,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 )
     {
@@ -842,12 +842,12 @@ void komodo_passport_iteration()
     if ( ASSETCHAINS_SYMBOL[0] == 0 )
         refid = 33;
     else refid = komodo_baseid(ASSETCHAINS_SYMBOL)+1; // illegal base -> baseid.-1 -> 0
-    if ( refid == 0 )
+    //if ( refid == 0 )
     {
         KOMODO_PASSPORT_INITDONE = 1;
         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;
@@ -915,6 +915,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);
 }
 
This page took 0.028697 seconds and 4 git commands to generate.