This commit is contained in:
jl777
2016-11-13 17:00:40 -03:00
parent a16343f777
commit 3fccb0c5f3

View File

@@ -69,6 +69,8 @@ void komodo_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numnotar
}
Minerfp = fopen(fname2,"rb+");
}
if ( Minerfp != 0 )
fread(Minerids,1,sizeof(Minerids),Minerfp);
if ( (fp= fopen(fname,"rb+")) != 0 )
{
while ( (func= fgetc(fp)) != EOF )