diff options
author | Carl Dong <contact@carldong.me> | 2022-05-03 18:14:03 -0400 |
---|---|---|
committer | Carl Dong <contact@carldong.me> | 2022-05-20 16:33:24 -0400 |
commit | 52b1939993771d0a8a718ca1667241872de8241a (patch) | |
tree | c02d976fef4bf8180c6a59a4cc63e6036c089dc2 | |
parent | 640eb772e55671c5dab29843cebe42ec35cb703f (diff) |
kernel: Remove unnecessary blockfilter{index,}.cpp
It is no longer necessary to link in blockfilter.cpp and
index/blockfilterindex.cpp after merge of PR#21726 since validation has
been decouple from the blockfilterindex.
-rw-r--r-- | src/Makefile.am | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am index a0e793e42a..0fd15baed1 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -853,7 +853,6 @@ endif libbitcoinkernel_la_SOURCES = \ kernel/bitcoinkernel.cpp \ arith_uint256.cpp \ - blockfilter.cpp \ chain.cpp \ chainparamsbase.cpp \ chainparams.cpp \ @@ -872,7 +871,6 @@ libbitcoinkernel_la_SOURCES = \ fs.cpp \ hash.cpp \ index/base.cpp \ - index/blockfilterindex.cpp \ index/coinstatsindex.cpp \ init/common.cpp \ key.cpp \ |