From f1006875665ffe8ff5da8185effe25b860743b4e Mon Sep 17 00:00:00 2001 From: Carl Dong Date: Wed, 16 Feb 2022 15:23:11 -0500 Subject: kernel: Use ComputeUTXOStats in validation This is the "fruit of our labor" for this patchset. ChainstateManager::PopulateAndValidateSnapshot can now directly call ComputeUTXOStats(...). Our consensus engine is now fully decoupled from all indices. See the src/Makefile.am for some satisfying removals. --- src/Makefile.am | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/Makefile.am') diff --git a/src/Makefile.am b/src/Makefile.am index ffbd5e9376..9b06199676 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -872,15 +872,12 @@ libbitcoinkernel_la_SOURCES = \ flatfile.cpp \ fs.cpp \ hash.cpp \ - index/base.cpp \ - index/coinstatsindex.cpp \ init/common.cpp \ kernel/coinstats.cpp \ key.cpp \ logging.cpp \ node/blockstorage.cpp \ node/chainstate.cpp \ - node/coinstats.cpp \ node/ui_interface.cpp \ policy/feerate.cpp \ policy/fees.cpp \ -- cgit v1.2.3