diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2020-12-10 20:11:48 +0100 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2021-02-16 10:30:41 +0100 |
commit | 84716b134e9afca2fba7731de4af1f22fa1b1518 (patch) | |
tree | b982f0344c0f2d117bb2de42ac8f66d3fcc5132c /test/lint | |
parent | ab3a0a2fb915d8b8384c30a8b38b4b5cc35236fd (diff) |
Add "index/blockfilterindex -> validation -> index/blockfilterindex" to expected circular dependencies
Diffstat (limited to 'test/lint')
-rwxr-xr-x | test/lint/lint-circular-dependencies.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lint/lint-circular-dependencies.sh b/test/lint/lint-circular-dependencies.sh index c4ad00e954..509c9231d2 100755 --- a/test/lint/lint-circular-dependencies.sh +++ b/test/lint/lint-circular-dependencies.sh @@ -11,6 +11,7 @@ export LC_ALL=C EXPECTED_CIRCULAR_DEPENDENCIES=( "chainparamsbase -> util/system -> chainparamsbase" "index/txindex -> validation -> index/txindex" + "index/blockfilterindex -> validation -> index/blockfilterindex" "policy/fees -> txmempool -> policy/fees" "qt/addresstablemodel -> qt/walletmodel -> qt/addresstablemodel" "qt/bitcoingui -> qt/walletframe -> qt/bitcoingui" |