mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-08-05 06:24:49 +02:00
Diff-minimise
This commit is contained in:
parent
f9e091fc85
commit
d15b753382
@ -892,6 +892,7 @@ bool BlockManager::FindBlockPos(FlatFilePos& pos, unsigned int nAddSize, unsigne
|
||||
"Failed to flush previous block file %05i (finalize=%i, finalize_undo=%i) before opening new block file %05i\n",
|
||||
last_blockfile, !fKnown, finalize_undo, nFile);
|
||||
}
|
||||
|
||||
}
|
||||
// No undo data yet in the new file, so reset our undo-height tracking.
|
||||
m_blockfile_cursors[chain_type] = BlockfileCursor{nFile};
|
||||
|
Loading…
Reference in New Issue
Block a user