mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01:00
blockstorage: switch from CAutoFile to AutoFile
Also bump includes per suggestions from iwyu.
This commit is contained in:
@@ -1137,7 +1137,7 @@ public:
|
||||
* (only used for reindex)
|
||||
* */
|
||||
void LoadExternalBlockFile(
|
||||
CAutoFile& file_in,
|
||||
AutoFile& file_in,
|
||||
FlatFilePos* dbp = nullptr,
|
||||
std::multimap<uint256, FlatFilePos>* blocks_with_unknown_parent = nullptr);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user