mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-25 02:33:24 -03:00
style-only: Rearrange using decls after scripted-diff
This commit is contained in:
parent
f329a9298c
commit
faa52387e8
3 changed files with 7 additions and 4 deletions
|
@ -14,8 +14,9 @@
|
|||
|
||||
using kernel::CCoinsStats;
|
||||
using kernel::GetBogoSize;
|
||||
using node::ReadBlockFromDisk;
|
||||
using kernel::TxOutSer;
|
||||
|
||||
using node::ReadBlockFromDisk;
|
||||
using node::UndoReadFromDisk;
|
||||
|
||||
static constexpr uint8_t DB_BLOCK_HASH{'s'};
|
||||
|
|
|
@ -51,9 +51,10 @@
|
|||
#include <memory>
|
||||
#include <mutex>
|
||||
|
||||
using node::BlockManager;
|
||||
using kernel::CCoinsStats;
|
||||
using kernel::CoinStatsHashType;
|
||||
|
||||
using node::BlockManager;
|
||||
using node::GetUTXOStats;
|
||||
using node::NodeContext;
|
||||
using node::ReadBlockFromDisk;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue