aboutsummaryrefslogtreecommitdiff
path: root/src/validation.cpp
diff options
context:
space:
mode:
authorCarl Dong <contact@carldong.me>2022-02-17 22:02:48 -0500
committerCarl Dong <contact@carldong.me>2022-05-23 14:53:35 -0400
commitfaa52387e8e4856445b1cfc9b5e072ce8f690f36 (patch)
tree5af078d42ac16aca0ca6d436b96ac3a3585e760c /src/validation.cpp
parentf329a9298c06ffe74b9e9fbc07bfe6d282fef9cb (diff)
downloadbitcoin-faa52387e8e4856445b1cfc9b5e072ce8f690f36.tar.xz
style-only: Rearrange using decls after scripted-diff
Diffstat (limited to 'src/validation.cpp')
-rw-r--r--src/validation.cpp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/validation.cpp b/src/validation.cpp
index afaea9bb78..8c807adc70 100644
--- a/src/validation.cpp
+++ b/src/validation.cpp
@@ -58,13 +58,14 @@
#include <optional>
#include <string>
+using kernel::CCoinsStats;
+using kernel::CoinStatsHashType;
+
using node::BLOCKFILE_CHUNK_SIZE;
using node::BlockManager;
using node::BlockMap;
using node::CBlockIndexHeightOnlyComparator;
using node::CBlockIndexWorkComparator;
-using kernel::CCoinsStats;
-using kernel::CoinStatsHashType;
using node::fImporting;
using node::fPruneMode;
using node::fReindex;