This commit is contained in:
jl777
2016-10-19 18:53:57 -03:00
parent e402ebeec9
commit 81bac2f0dd

View File

@@ -224,6 +224,7 @@ int32_t komodo_stateupdate(uint8_t notarypubs[][33],uint8_t numnotaries,int32_t
errs++;
if ( fread(&NOTARIZED_BTCHASH,1,sizeof(NOTARIZED_BTCHASH),fp) != sizeof(NOTARIZED_BTCHASH) )
errs++;
printf("load NOTARIZED %d %s\n",NOTARIZED_HEIGHT,NOTARIZED_HASH.ToString().c_str());
}
else if ( func == 'U' )
{