aboutsummaryrefslogtreecommitdiff
path: root/test/lint
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-09-28 16:50:18 +0100
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2018-10-25 12:33:26 +0100
commit65f3672f3b82a6fa30e5171f85bc8d8a29e0797e (patch)
tree5720ff98218142d22cd4ac3073da74e5927e3729 /test/lint
parent01a4c095c87500650663341533f000c6b613e9da (diff)
downloadbitcoin-65f3672f3b82a6fa30e5171f85bc8d8a29e0797e.tar.xz
wallet: Refactor to use WalletLocation
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 3972baed1d..adb7a0c577 100755
--- a/test/lint/lint-circular-dependencies.sh
+++ b/test/lint/lint-circular-dependencies.sh
@@ -29,7 +29,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
"validation -> validationinterface -> validation"
"wallet/coincontrol -> wallet/wallet -> wallet/coincontrol"
"wallet/fees -> wallet/wallet -> wallet/fees"
- "wallet/rpcwallet -> wallet/wallet -> wallet/rpcwallet"
"wallet/wallet -> wallet/walletdb -> wallet/wallet"
"policy/fees -> policy/policy -> validation -> policy/fees"
"policy/rbf -> txmempool -> validation -> policy/rbf"