diff options
| author | 251 <[email protected]> | 2019-03-23 17:41:16 +0100 |
|---|---|---|
| committer | 251 <[email protected]> | 2019-03-23 17:43:54 +0100 |
| commit | 418d3230f86f77dde6e817f502baff8a54b707fa (patch) | |
| tree | a3507114d0b0a2d9184d187d6ded516791151894 /src/init.cpp | |
| parent | Merge #15642: [rpc] Remove deprecated rpc warnings (diff) | |
| download | discoin-418d3230f86f77dde6e817f502baff8a54b707fa.tar.xz discoin-418d3230f86f77dde6e817f502baff8a54b707fa.zip | |
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/init.cpp')
| -rw-r--r-- | src/init.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/init.cpp b/src/init.cpp index 0898d0ff2..3b4f0c940 100644 --- a/src/init.cpp +++ b/src/init.cpp @@ -14,7 +14,6 @@ #include <banman.h> #include <chain.h> #include <chainparams.h> -#include <checkpoints.h> #include <compat/sanity.h> #include <consensus/validation.h> #include <fs.h> |