From f08c9fb0c6a799e3cb75ca5f763a746471625beb Mon Sep 17 00:00:00 2001 From: Fabian Jahr Date: Sun, 18 Apr 2021 23:06:18 +0200 Subject: Index: Use prune locks for blockfilterindex Prior to this change blocks could be pruned up to the last block before the blockfilterindex current best block. --- test/lint/lint-circular-dependencies.py | 2 -- 1 file changed, 2 deletions(-) (limited to 'test/lint') diff --git a/test/lint/lint-circular-dependencies.py b/test/lint/lint-circular-dependencies.py index 24163ec787..e04909c0a5 100755 --- a/test/lint/lint-circular-dependencies.py +++ b/test/lint/lint-circular-dependencies.py @@ -15,8 +15,6 @@ import sys EXPECTED_CIRCULAR_DEPENDENCIES = ( "chainparamsbase -> util/system -> chainparamsbase", "node/blockstorage -> validation -> node/blockstorage", - "index/blockfilterindex -> node/blockstorage -> validation -> index/blockfilterindex", - "index/base -> validation -> index/blockfilterindex -> index/base", "index/coinstatsindex -> node/coinstats -> index/coinstatsindex", "policy/fees -> txmempool -> policy/fees", "qt/addresstablemodel -> qt/walletmodel -> qt/addresstablemodel", -- cgit v1.2.3