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 /test/lint | |
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 'test/lint')
-rwxr-xr-x | test/lint/lint-circular-dependencies.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-circular-dependencies.sh b/test/lint/lint-circular-dependencies.sh index be67cbed31..2b3a61cfba 100755 --- a/test/lint/lint-circular-dependencies.sh +++ b/test/lint/lint-circular-dependencies.sh @@ -10,7 +10,6 @@ export LC_ALL=C EXPECTED_CIRCULAR_DEPENDENCIES=( "chainparamsbase -> util/system -> chainparamsbase" - "checkpoints -> validation -> checkpoints" "index/txindex -> validation -> index/txindex" "policy/fees -> txmempool -> policy/fees" "policy/policy -> validation -> policy/policy" |