diff --git a/test/lint/lint-circular-dependencies.sh b/test/lint/lint-circular-dependencies.sh --- a/test/lint/lint-circular-dependencies.sh +++ b/test/lint/lint-circular-dependencies.sh @@ -33,6 +33,8 @@ "seeder/bitcoin -> seeder/db -> seeder/bitcoin" "chainparams -> protocol -> config -> chainparams" "wallet/scriptpubkeyman -> wallet/wallet -> wallet/scriptpubkeyman" + "pow/aserti32d -> validation -> pow/aserti32d" + "pow/aserti32d -> validation -> pow/pow -> pow/aserti32d" ) EXIT_CODE=0