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

index 140505d6d4b80679395fb51e1f9c38d47489a816..76f66d9c8d35b171b4831a5bd6345c73ce97d16a 100644 (file)
@@ -353,7 +353,7 @@ int32_t komodo_pending_withdraws(char *opretstr)
     if ( len > 0 )
         init_hexbytes_noT(opretstr,opretbuf,len);
     else opretstr[0] = 0;
-    fprintf(stderr,"komodo_pending_withdraws len.%d PAXTOTAL %.8f\n",len,dstr(komodo_paxtotal()));
+    //fprintf(stderr,"komodo_pending_withdraws len.%d PAXTOTAL %.8f\n",len,dstr(komodo_paxtotal()));
     return(len);
 }
 
This page took 0.028785 seconds and 4 git commands to generate.