We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f002f8a commit 3617634Copy full SHA for 3617634
src/validation.cpp
@@ -69,19 +69,15 @@ using kernel::ComputeUTXOStats;
69
using kernel::LoadMempool;
70
71
using fsbridge::FopenFn;
72
-using node::BLOCKFILE_CHUNK_SIZE;
73
using node::BlockManager;
74
using node::BlockMap;
75
using node::CBlockIndexHeightOnlyComparator;
76
using node::CBlockIndexWorkComparator;
77
using node::fImporting;
78
using node::fPruneMode;
79
using node::fReindex;
80
-using node::nPruneTarget;
81
-using node::OpenBlockFile;
82
using node::ReadBlockFromDisk;
83
using node::SnapshotMetadata;
84
-using node::UNDOFILE_CHUNK_SIZE;
85
using node::UndoReadFromDisk;
86
using node::UnlinkPrunedFiles;
87
0 commit comments