Skip to content

Commit faa5238

Browse files
committed
style-only: Rearrange using decls after scripted-diff
1 parent f329a92 commit faa5238

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

src/index/coinstatsindex.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,9 @@
1414

1515
using kernel::CCoinsStats;
1616
using kernel::GetBogoSize;
17-
using node::ReadBlockFromDisk;
1817
using kernel::TxOutSer;
18+
19+
using node::ReadBlockFromDisk;
1920
using node::UndoReadFromDisk;
2021

2122
static constexpr uint8_t DB_BLOCK_HASH{'s'};

src/rpc/blockchain.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@
5151
#include <memory>
5252
#include <mutex>
5353

54-
using node::BlockManager;
5554
using kernel::CCoinsStats;
5655
using kernel::CoinStatsHashType;
56+
57+
using node::BlockManager;
5758
using node::GetUTXOStats;
5859
using node::NodeContext;
5960
using node::ReadBlockFromDisk;

src/validation.cpp

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,14 @@
5858
#include <optional>
5959
#include <string>
6060

61+
using kernel::CCoinsStats;
62+
using kernel::CoinStatsHashType;
63+
6164
using node::BLOCKFILE_CHUNK_SIZE;
6265
using node::BlockManager;
6366
using node::BlockMap;
6467
using node::CBlockIndexHeightOnlyComparator;
6568
using node::CBlockIndexWorkComparator;
66-
using kernel::CCoinsStats;
67-
using kernel::CoinStatsHashType;
6869
using node::fImporting;
6970
using node::fPruneMode;
7071
using node::fReindex;

0 commit comments

Comments
 (0)