diff options
author | Carl Dong <contact@carldong.me> | 2022-02-17 22:02:48 -0500 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2022-05-23 14:53:35 -0400 |
commit | faa52387e8e4856445b1cfc9b5e072ce8f690f36 (patch) | |
tree | 5af078d42ac16aca0ca6d436b96ac3a3585e760c /src/validation.cpp | |
parent | f329a9298c06ffe74b9e9fbc07bfe6d282fef9cb (diff) |
style-only: Rearrange using decls after scripted-diff
Diffstat (limited to 'src/validation.cpp')
-rw-r--r-- | src/validation.cpp | 5 |
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; |