Fix komodo_ensure

This commit is contained in:
jl777
2018-04-24 23:56:42 +03:00
parent 12c4543d51
commit 223fbb65cb
2 changed files with 10 additions and 7 deletions

View File

@@ -1772,7 +1772,7 @@ void komodo_passport_iteration()
if ( expired == 0 && KOMODO_PASSPORT_INITDONE == 0 )
{
KOMODO_PASSPORT_INITDONE = 1;
printf("done PASSPORT %s refid.%d\n",ASSETCHAINS_SYMBOL,refid);
printf("READY for RPC calls at %u! done PASSPORT %s refid.%d\n",(uint32_t)time(NULL),ASSETCHAINS_SYMBOL,refid);
}
}