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 469e145 commit ba78bd2Copy full SHA for ba78bd2
test/lint/lint-circular-dependencies.sh
@@ -102,6 +102,7 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
102
"llmq/chainlocks -> net_processing -> llmq/context -> llmq/chainlocks"
103
"coinjoin/client -> coinjoin/coinjoin -> llmq/chainlocks -> net_processing -> coinjoin/client"
104
"rpc/blockchain -> rpc/server -> rpc/blockchain"
105
+ "core_io -> evo/assetlocktx -> core_io"
106
)
107
108
EXIT_CODE=0
0 commit comments