mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Remove all #include // for * comments
This commit is contained in:
parent
9a5a5a3d08
commit
3b1584b794
5 changed files with 13 additions and 13 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue