diff options
author | John Newbery <john@johnnewbery.com> | 2018-02-20 09:15:28 -0500 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2018-08-27 14:36:12 -0400 |
commit | f7e9e704683be4d6be4c9ea600a479bc02976313 (patch) | |
tree | 2cff9c7bb3fe0da6bbe515f18558ed7c0eb0a991 /test/lint | |
parent | 90c834089a3ff6eb8243cf7f333d2c2cd9ae3626 (diff) |
[rpc] Remove deprecated sigrawtransaction rpc method.
Diffstat (limited to 'test/lint')
-rwxr-xr-x | test/lint/lint-circular-dependencies.sh | 1 |
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" |