From d2e29beeb274dc6ceb8e54ddb5a11dec60781b6d Mon Sep 17 00:00:00 2001 From: mxaddict Date: Sun, 24 Dec 2023 04:20:01 +0800 Subject: [PATCH] Removed 'wallet/fees -> wallet/wallet -> wallet/fees' circular dependency check --- test/lint/lint-circular-dependencies.py | 1 - 1 file changed, 1 deletion(-) diff --git a/test/lint/lint-circular-dependencies.py b/test/lint/lint-circular-dependencies.py index 0792dc289dadb..e60746c3be712 100755 --- a/test/lint/lint-circular-dependencies.py +++ b/test/lint/lint-circular-dependencies.py @@ -15,7 +15,6 @@ "chainparamsbase -> common/args -> chainparamsbase", "node/blockstorage -> validation -> node/blockstorage", "node/utxo_snapshot -> validation -> node/utxo_snapshot", - "wallet/fees -> wallet/wallet -> wallet/fees", "wallet/wallet -> wallet/walletdb -> wallet/wallet", "kernel/coinstats -> validation -> kernel/coinstats",