mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-11-10 14:08:40 +01:00
Remove all #include // for * comments
This commit is contained in:
@@ -4,9 +4,9 @@
|
||||
|
||||
#include <node/chainstate.h>
|
||||
|
||||
#include <consensus/params.h> // for Consensus::Params
|
||||
#include <node/blockstorage.h> // for CleanupBlockRevFiles, fHavePruned, fReindex
|
||||
#include <validation.h> // for a lot of things
|
||||
#include <consensus/params.h>
|
||||
#include <node/blockstorage.h>
|
||||
#include <validation.h>
|
||||
|
||||
std::optional<ChainstateLoadingError> LoadChainstate(bool fReset,
|
||||
ChainstateManager& chainman,
|
||||
|
||||
Reference in New Issue
Block a user