We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab3a0a2 commit 84716b1Copy full SHA for 84716b1
test/lint/lint-circular-dependencies.sh
@@ -11,6 +11,7 @@ export LC_ALL=C
11
EXPECTED_CIRCULAR_DEPENDENCIES=(
12
"chainparamsbase -> util/system -> chainparamsbase"
13
"index/txindex -> validation -> index/txindex"
14
+ "index/blockfilterindex -> validation -> index/blockfilterindex"
15
"policy/fees -> txmempool -> policy/fees"
16
"qt/addresstablemodel -> qt/walletmodel -> qt/addresstablemodel"
17
"qt/bitcoingui -> qt/walletframe -> qt/bitcoingui"
0 commit comments