aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
diff options
context:
space:
mode:
author251 <13120787+251Labs@users.noreply.github.com>2019-03-23 17:41:16 +0100
committer251 <13120787+251Labs@users.noreply.github.com>2019-03-23 17:43:54 +0100
commit418d3230f86f77dde6e817f502baff8a54b707fa (patch)
treea3507114d0b0a2d9184d187d6ded516791151894 /src/Makefile.am
parent7b13c646457980f44599412f243694fa682a1abf (diff)
downloadbitcoin-418d3230f86f77dde6e817f502baff8a54b707fa.tar.xz
Resolve the checkpoints <-> validation CD.
This commit resolves the checkpoints -> validation -> checkpoints cirular dependency by moving `CheckPoints::GetLastCheckpoint(const CCheckpointData& data)` from `checkpoints.cpp` to `validation.cpp`.
Diffstat (limited to 'src/Makefile.am')
-rw-r--r--src/Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Makefile.am b/src/Makefile.am
index aadd402e3c..1e80182139 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -113,7 +113,6 @@ BITCOIN_CORE_H = \
chainparams.h \
chainparamsbase.h \
chainparamsseeds.h \
- checkpoints.h \
checkqueue.h \
clientversion.h \
coins.h \
@@ -247,7 +246,6 @@ libbitcoin_server_a_SOURCES = \
blockencodings.cpp \
blockfilter.cpp \
chain.cpp \
- checkpoints.cpp \
consensus/tx_verify.cpp \
flatfile.cpp \
httprpc.cpp \