Skip to content

Commit ffc7fdd

Browse files
committed
lint: update circular dependencies allowlist
1 parent ffc7df4 commit ffc7fdd

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
@@ -41,9 +41,11 @@
4141
"core_io -> evo/mnhftx -> llmq/signing -> net_processing -> evo/smldiff -> core_io",
4242
"evo/assetlocktx -> llmq/commitment -> validation -> txmempool -> evo/assetlocktx",
4343
"evo/chainhelper -> evo/specialtxman -> validation -> evo/chainhelper",
44-
"evo/deterministicmns -> index/txindex -> validation -> evo/deterministicmns",
45-
"evo/deterministicmns -> index/txindex -> validation -> txmempool -> evo/deterministicmns",
44+
"evo/deterministicmns -> validation -> evo/deterministicmns",
45+
"evo/deterministicmns -> validation -> txmempool -> evo/deterministicmns",
4646
"evo/netinfo -> evo/providertx -> evo/netinfo",
47+
"evo/netinfo -> evo/providertx -> validation -> txmempool -> evo/netinfo",
48+
"evo/providertx -> validation -> txmempool -> evo/providertx",
4749
"evo/smldiff -> llmq/blockprocessor -> llmq/utils -> llmq/snapshot -> evo/smldiff",
4850
"evo/specialtxman -> validation -> evo/specialtxman",
4951
"governance/governance -> governance/object -> governance/governance",

0 commit comments

Comments
 (0)