This commit is contained in:
jl777
2016-11-19 19:06:46 -03:00
parent 6eb41a2f0b
commit 2452d1558c

View File

@@ -626,7 +626,7 @@ void komodo_passport_iteration()
} }
if ( RTmask != prevRTmask ) if ( RTmask != prevRTmask )
{ {
printf("[%s] new RTmask %llx\n",ASSETCHAINS_SYMBOL,RTmask); printf("[%s] new RTmask %llx\n",ASSETCHAINS_SYMBOL,(long long)RTmask);
prevRTmask = RTmask; prevRTmask = RTmask;
} }
} }