aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-circular-dependencies.sh
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2019-10-07 14:11:34 -0400
committerAndrew Chow <achow101-github@achow101.com>2020-01-23 16:35:08 -0500
commite2f02aa59e3402048269362ff692d49a6df35cfd (patch)
treec9c6ff46623592a6f09a3ce5d9cb16c0db48f9da /test/lint/lint-circular-dependencies.sh
parentc729afd0a3b74a3943e4c359270beaf3e6ff8a7b (diff)
downloadbitcoin-e2f02aa59e3402048269362ff692d49a6df35cfd.tar.xz
Refactor: Copy CWallet signals and print function to LegacyScriptPubKeyMan
This commit does not change behavior.
Diffstat (limited to 'test/lint/lint-circular-dependencies.sh')
-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 ee17e7912d..e769039682 100755
--- a/test/lint/lint-circular-dependencies.sh
+++ b/test/lint/lint-circular-dependencies.sh
@@ -25,7 +25,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
"wallet/fees -> wallet/wallet -> wallet/fees"
"wallet/wallet -> wallet/walletdb -> wallet/wallet"
"policy/fees -> txmempool -> validation -> policy/fees"
- "wallet/scriptpubkeyman -> wallet/wallet -> wallet/scriptpubkeyman"
)
EXIT_CODE=0