aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2020-02-03 14:48:27 +0000
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2020-02-03 14:48:40 +0000
commitff59bcd3213ef61f2167c0aa60fcaf5afbc20c61 (patch)
tree803ccdd58ab6944dd5db977a1a7c1ed8e7e90218 /test/lint
parent651e34388832149402fea0d26f3dc13bbe197f5a (diff)
downloadbitcoin-ff59bcd3213ef61f2167c0aa60fcaf5afbc20c61.tar.xz
gui: Drop PeerTableModel dependency to ClientModel
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 f30b4ce5bf..bbd94dd6c7 100755
--- a/test/lint/lint-circular-dependencies.sh
+++ b/test/lint/lint-circular-dependencies.sh
@@ -14,7 +14,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
"policy/fees -> txmempool -> policy/fees"
"qt/addresstablemodel -> qt/walletmodel -> qt/addresstablemodel"
"qt/bitcoingui -> qt/walletframe -> qt/bitcoingui"
- "qt/clientmodel -> qt/peertablemodel -> qt/clientmodel"
"qt/recentrequeststablemodel -> qt/walletmodel -> qt/recentrequeststablemodel"
"qt/sendcoinsdialog -> qt/walletmodel -> qt/sendcoinsdialog"
"qt/transactiontablemodel -> qt/walletmodel -> qt/transactiontablemodel"