@@ -26,8 +26,9 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
2626 " wallet/fees -> wallet/wallet -> wallet/fees"
2727 " wallet/wallet -> wallet/walletdb -> wallet/wallet"
2828 " wallet/coincontrol -> wallet/wallet -> wallet/coincontrol"
29- " policy/fees -> policy/policy -> validation -> policy/fees"
3029 " policy/policy -> validation -> policy/policy"
30+ " policy/fees -> txmempool -> validation -> policy/fees"
31+ " policy/policy -> policy/settings -> policy/policy"
3132 " txmempool -> validation -> validationinterface -> txmempool"
3233 " wallet/ismine -> wallet/wallet -> wallet/ismine"
3334 # Dash
@@ -62,6 +63,7 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
6263 " llmq/signing -> net_processing -> llmq/signing"
6364 " llmq/signing_shares -> net_processing -> llmq/signing_shares"
6465 " logging -> util/system -> logging"
66+ " logging -> util/system -> util/getuniquepath -> random -> logging"
6567 " masternode/payments -> validation -> masternode/payments"
6668 " net -> netmessagemaker -> net"
6769 " net_processing -> spork -> net_processing"
@@ -75,7 +77,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
7577 " core_io -> evo/cbtx -> evo/simplifiedmns -> core_io"
7678 " evo/simplifiedmns -> llmq/blockprocessor -> net_processing -> evo/simplifiedmns"
7779 " llmq/dkgsession -> llmq/dkgsessionmgr -> llmq/dkgsessionhandler -> llmq/dkgsession"
78- " logging -> util/system -> random -> logging"
7980 " logging -> util/system -> sync -> logging"
8081 " logging -> util/system -> stacktraces -> logging"
8182 " coinjoin/client -> coinjoin/util -> wallet/wallet -> coinjoin/client"
0 commit comments