mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-05 02:33:07 +02:00
coinstats: Split node/coinstats.h to kernel/coinstats.h
Most of this commit is pure-move.
After this change:
- kernel/coinstats.h
-> Contains declarations for:
- enum class CoinStatsHashType
- struct CCoinsStats
- GetBogoSize(...)
- TxOutSer(...)
- ComputeUTXOStats(...)
- node/coinstats.h
-> Just GetUTXOStats, which will be removed as we change callers to
directly use the hashing/indexing codepaths in future commits.
This commit is contained in:
@@ -172,6 +172,7 @@ BITCOIN_CORE_H = \
|
||||
interfaces/node.h \
|
||||
interfaces/wallet.h \
|
||||
kernel/chainstatemanager_opts.h \
|
||||
kernel/coinstats.h \
|
||||
key.h \
|
||||
key_io.h \
|
||||
logging.h \
|
||||
|
||||
Reference in New Issue
Block a user