From f6e2da5fb7c6406c37612c838c998078ea8d2252 Mon Sep 17 00:00:00 2001 From: James O'Beirne Date: Tue, 25 Aug 2020 13:50:23 -0400 Subject: simplify ChainstateManager::SnapshotBlockhash() return semantics Don't return null snapshotblockhash values to avoid caller complexity/confusion. --- test/lint/lint-circular-dependencies.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test/lint') diff --git a/test/lint/lint-circular-dependencies.sh b/test/lint/lint-circular-dependencies.sh index c4ad00e954..5312dbbfdb 100755 --- a/test/lint/lint-circular-dependencies.sh +++ b/test/lint/lint-circular-dependencies.sh @@ -20,6 +20,7 @@ EXPECTED_CIRCULAR_DEPENDENCIES=( "txmempool -> validation -> txmempool" "wallet/fees -> wallet/wallet -> wallet/fees" "wallet/wallet -> wallet/walletdb -> wallet/wallet" + "node/coinstats -> validation -> node/coinstats" ) EXIT_CODE=0 -- cgit v1.2.3