aboutsummaryrefslogtreecommitdiff
path: root/test/lint/lint-circular-dependencies.sh
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2018-02-20 09:15:28 -0500
committerJohn Newbery <john@johnnewbery.com>2018-08-27 14:36:12 -0400
commitf7e9e704683be4d6be4c9ea600a479bc02976313 (patch)
tree2cff9c7bb3fe0da6bbe515f18558ed7c0eb0a991 /test/lint/lint-circular-dependencies.sh
parent90c834089a3ff6eb8243cf7f333d2c2cd9ae3626 (diff)
downloadbitcoin-f7e9e704683be4d6be4c9ea600a479bc02976313.tar.xz
[rpc] Remove deprecated sigrawtransaction rpc method.
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 b8d105b49b..3972baed1d 100755
--- a/test/lint/lint-circular-dependencies.sh
+++ b/test/lint/lint-circular-dependencies.sh
@@ -25,7 +25,6 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
"qt/sendcoinsdialog -> qt/walletmodel -> qt/sendcoinsdialog"
"qt/transactiontablemodel -> qt/walletmodel -> qt/transactiontablemodel"
"qt/walletmodel -> qt/walletmodeltransaction -> qt/walletmodel"
- "rpc/rawtransaction -> wallet/rpcwallet -> rpc/rawtransaction"
"txmempool -> validation -> txmempool"
"validation -> validationinterface -> validation"
"wallet/coincontrol -> wallet/wallet -> wallet/coincontrol"