diff options
author | 251 <13120787+251Labs@users.noreply.github.com> | 2019-03-23 17:41:16 +0100 |
---|---|---|
committer | 251 <13120787+251Labs@users.noreply.github.com> | 2019-03-23 17:43:54 +0100 |
commit | 418d3230f86f77dde6e817f502baff8a54b707fa (patch) | |
tree | a3507114d0b0a2d9184d187d6ded516791151894 /src/Makefile.am | |
parent | 7b13c646457980f44599412f243694fa682a1abf (diff) |
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.am | 2 |
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 \ |