From 418d3230f86f77dde6e817f502baff8a54b707fa Mon Sep 17 00:00:00 2001 From: 251 <13120787+251Labs@users.noreply.github.com> Date: Sat, 23 Mar 2019 17:41:16 +0100 Subject: 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`. --- src/rpc/blockchain.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'src/rpc') diff --git a/src/rpc/blockchain.cpp b/src/rpc/blockchain.cpp index 1827aec637..0d588ac88d 100644 --- a/src/rpc/blockchain.cpp +++ b/src/rpc/blockchain.cpp @@ -9,7 +9,6 @@ #include #include #include -#include #include #include #include -- cgit v1.2.3