This commit is contained in:
jl777
2016-10-19 19:05:09 -03:00
parent 81bac2f0dd
commit 47f47733d9

View File

@@ -271,6 +271,7 @@ int32_t komodo_stateupdate(uint8_t notarypubs[][33],uint8_t numnotaries,int32_t
if ( fwrite(&NOTARIZED_BTCHASH,1,sizeof(NOTARIZED_BTCHASH),fp) != sizeof(NOTARIZED_BTCHASH) )
errs++;
}
fflush(fp);
}
}