From e61de6306fd89fe9aae90253062e7b1b20343f8a Mon Sep 17 00:00:00 2001 From: Andrew Chow Date: Thu, 6 Jun 2019 10:00:00 +0200 Subject: Change ismine to take a CWallet instead of CKeyStore --- test/lint/lint-circular-dependencies.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'test') diff --git a/test/lint/lint-circular-dependencies.sh b/test/lint/lint-circular-dependencies.sh index 2701015c79..70cc16337e 100755 --- a/test/lint/lint-circular-dependencies.sh +++ b/test/lint/lint-circular-dependencies.sh @@ -30,6 +30,7 @@ EXPECTED_CIRCULAR_DEPENDENCIES=( "policy/fees -> txmempool -> validation -> policy/fees" "qt/guiutil -> qt/walletmodel -> qt/optionsmodel -> qt/guiutil" "txmempool -> validation -> validationinterface -> txmempool" + "wallet/ismine -> wallet/wallet -> wallet/ismine" ) EXIT_CODE=0 -- cgit v1.2.3