test
This commit is contained in:
@@ -69,6 +69,8 @@ void komodo_stateupdate(int32_t height,uint8_t notarypubs[][33],uint8_t numnotar
|
|||||||
}
|
}
|
||||||
Minerfp = fopen(fname2,"rb+");
|
Minerfp = fopen(fname2,"rb+");
|
||||||
}
|
}
|
||||||
|
if ( Minerfp != 0 )
|
||||||
|
fread(Minerids,1,sizeof(Minerids),Minerfp);
|
||||||
if ( (fp= fopen(fname,"rb+")) != 0 )
|
if ( (fp= fopen(fname,"rb+")) != 0 )
|
||||||
{
|
{
|
||||||
while ( (func= fgetc(fp)) != EOF )
|
while ( (func= fgetc(fp)) != EOF )
|
||||||
|
|||||||
Reference in New Issue
Block a user