Skip to content

Commit 37cea8d

Browse files
committed
lint: update circular dependencies allowlist
1 parent 4f13dd8 commit 37cea8d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

test/lint/lint-circular-dependencies.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,11 @@
4242
"core_io -> evo/mnhftx -> llmq/signing -> net_processing -> evo/smldiff -> core_io",
4343
"evo/assetlocktx -> llmq/commitment -> validation -> txmempool -> evo/assetlocktx",
4444
"evo/chainhelper -> evo/specialtxman -> validation -> evo/chainhelper",
45-
"evo/deterministicmns -> index/txindex -> validation -> evo/deterministicmns",
46-
"evo/deterministicmns -> index/txindex -> validation -> txmempool -> evo/deterministicmns",
45+
"evo/deterministicmns -> validation -> evo/deterministicmns",
46+
"evo/deterministicmns -> validation -> txmempool -> evo/deterministicmns",
4747
"evo/netinfo -> evo/providertx -> evo/netinfo",
48+
"evo/netinfo -> evo/providertx -> validation -> txmempool -> evo/netinfo",
49+
"evo/providertx -> validation -> txmempool -> evo/providertx",
4850
"evo/smldiff -> llmq/blockprocessor -> llmq/utils -> llmq/snapshot -> evo/smldiff",
4951
"evo/specialtxman -> validation -> evo/specialtxman",
5052
"governance/governance -> governance/object -> governance/governance",

0 commit comments

Comments
 (0)