mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Merge #8737: Trivial: UndoReadFromDisk works on undo files (rev), not on block files.
b4fb512
UndoReadFromDisk works on undo files (rev), not on block files. (Pavel Janík)
This commit is contained in:
parent
af5d18ad5c
commit
412f79083c
@ -1618,7 +1618,7 @@ bool UndoReadFromDisk(CBlockUndo& blockundo, const CDiskBlockPos& pos, const uin
|
|||||||
// Open history file to read
|
// Open history file to read
|
||||||
CAutoFile filein(OpenUndoFile(pos, true), SER_DISK, CLIENT_VERSION);
|
CAutoFile filein(OpenUndoFile(pos, true), SER_DISK, CLIENT_VERSION);
|
||||||
if (filein.IsNull())
|
if (filein.IsNull())
|
||||||
return error("%s: OpenBlockFile failed", __func__);
|
return error("%s: OpenUndoFile failed", __func__);
|
||||||
|
|
||||||
// Read block
|
// Read block
|
||||||
uint256 hashChecksum;
|
uint256 hashChecksum;
|
||||||
|
Loading…
Reference in New Issue
Block a user