mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-14 12:43:40 +02:00
Merge f4e96c29a6 into merged_master (Bitcoin PR bitcoin/bitcoin#28691)
This commit is contained in:
commit
2c751b43ed
3 changed files with 9 additions and 24 deletions
|
|
@ -341,7 +341,7 @@ void BlockManager::PruneOneBlockFile(const int fileNumber)
|
|||
}
|
||||
}
|
||||
|
||||
m_blockfile_info[fileNumber].SetNull();
|
||||
m_blockfile_info.at(fileNumber) = CBlockFileInfo{};
|
||||
m_dirty_fileinfo.insert(fileNumber);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue