aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-11-19 19:39:50 +0200
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2019-11-23 08:30:03 +0200
commit3ed5e6819a50434449d92cb96b9d8d141e8c7d2b (patch)
tree1a0c6614e275c53e743f2fb16e9877527d50e6be /test/lint
parent0b79caf658019de2c65a53c9e11fd1d2f4c369b6 (diff)
downloadbitcoin-3ed5e6819a50434449d92cb96b9d8d141e8c7d2b.tar.xz
refactor: Nuke coincontrol circular dependency
Diffstat (limited to 'test/lint')
-rwxr-xr-xtest/lint/lint-circular-dependencies.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lint/lint-circular-dependencies.sh b/test/lint/lint-circular-dependencies.sh
index 7164432ca5..1538ad77b1 100755
--- a/test/lint/lint-circular-dependencies.sh
+++ b/test/lint/lint-circular-dependencies.sh
@@ -22,7 +22,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
"qt/sendcoinsdialog -> qt/walletmodel -> qt/sendcoinsdialog"
"qt/transactiontablemodel -> qt/walletmodel -> qt/transactiontablemodel"
"txmempool -> validation -> txmempool"
- "wallet/coincontrol -> wallet/wallet -> wallet/coincontrol"
"wallet/fees -> wallet/wallet -> wallet/fees"
"wallet/wallet -> wallet/walletdb -> wallet/wallet"
"policy/fees -> txmempool -> validation -> policy/fees"