aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
authorRussell Yanofsky <russ@yanofsky.org>2020-11-24 10:13:23 -0500
committerRussell Yanofsky <russ@yanofsky.org>2020-11-24 10:13:23 -0500
commit2a26771d8161d30be1853a35acfee588cce03634 (patch)
treef82ddb9210278cb06e8bbd87183c9ed94cf8c764 /src/Makefile.am
parent12bd0fc9d70333c54c83ebb08c734272dbd330c2 (diff)
downloadbitcoin-2a26771d8161d30be1853a35acfee588cce03634.tar.xz
Move ChainImpl from interfaces/chain.cpp to node/interfaces.cpp
No changes to ChainImpl or any related classes (review with `git diff --color-moved=dimmed_zebra`)
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index dee2bc77fd..639b9c89ad 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -299,7 +299,6 @@ libbitcoin_server_a_SOURCES = \
index/blockfilterindex.cpp \
index/txindex.cpp \
init.cpp \
- interfaces/chain.cpp \
miner.cpp \
net.cpp \
net_processing.cpp \