- 265F35217E2A79155AA98DC832A62F1A24879F70AA594237811392D5F14EC182DE78CABACCF7F9D0AF07504FF4E37F39EA4C4C6DAC7D6D1B8890258AB40C2D33
+ 66AF7BED57921718A5E073DB591E4DC838622DF4AF4E5662A0B2F46F20EE60C98FEC6D967BDB71A4C1CF82E3DC9F2F6E0AEDDAEF9C7246B7797E6B4DB5F1080D
bitcoin/src/main.h
(923 . 11)(923 . 7)
189 fflush(fileout);
190 if (!IsInitialBlockDownload() || (nBestHeight+1) % 500 == 0)
191 {
192 #ifdef WIN32
193 _commit(_fileno(fileout));
194 #else
195 fsync(fileno(fileout));
196 #endif
197 }
198
199 return true;