]> Git Repo - VerusCoin.git/commitdiff
,
authorjl777 <[email protected]>
Tue, 17 Apr 2018 18:31:33 +0000 (21:31 +0300)
committerjl777 <[email protected]>
Tue, 17 Apr 2018 18:31:33 +0000 (21:31 +0300)
src/komodo_gateway.h

index 349ba1d88620cdcd8eb0e55009834bed05c2f28a..f6ad28c59fb539a17d6b0b84ecef7e1fa30b5ecf 100644 (file)
@@ -1972,7 +1972,7 @@ void komodo_passport_iteration()
     if ( expired == 0 && KOMODO_PASSPORT_INITDONE == 0 )
     {
         KOMODO_PASSPORT_INITDONE = 1;
-        printf("READY for %s RPC calls at %u! done PASSPORT %s refid.%d\n",ASSETCHAINS_SYMBOL(uint32_t)time(NULL),ASSETCHAINS_SYMBOL,refid);
+        printf("READY for %s RPC calls at %u! done PASSPORT %s refid.%d\n",ASSETCHAINS_SYMBOL,(uint32_t)time(NULL),ASSETCHAINS_SYMBOL,refid);
     }
 }
 
This page took 0.030816 seconds and 4 git commands to generate.