diff options
author | Carl Dong <contact@carldong.me> | 2022-02-16 17:51:57 -0500 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2022-05-23 14:53:35 -0400 |
commit | 80970985c965f79b8c376c8a922497e385445dd8 (patch) | |
tree | aaba582afbad36c40b8f57fad509c26993a8e453 /src/test/base58_tests.cpp | |
parent | 35f73ce4b2efd7341fe55f77b334f27ad8aad090 (diff) |
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.
Diffstat (limited to 'src/test/base58_tests.cpp')
0 files changed, 0 insertions, 0 deletions