mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
refactor: Remove CBlockFileInfo::SetNull
This commit is contained in:
parent
fc1073bb45
commit
fac36b94ef
3 changed files with 9 additions and 24 deletions
|
|
@ -254,7 +254,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