mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-19 14:53:43 +01:00
blockstorage: switch from CAutoFile to AutoFile
Also bump includes per suggestions from iwyu.
This commit is contained in:
@@ -4649,7 +4649,7 @@ bool Chainstate::LoadGenesisBlock()
|
||||
}
|
||||
|
||||
void ChainstateManager::LoadExternalBlockFile(
|
||||
CAutoFile& file_in,
|
||||
AutoFile& file_in,
|
||||
FlatFilePos* dbp,
|
||||
std::multimap<uint256, FlatFilePos>* blocks_with_unknown_parent)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user