From c2c7d08de62a0339c4cda4e36beaaed1f9077f15 Mon Sep 17 00:00:00 2001 From: Byron Hambly Date: Fri, 1 Sep 2023 16:38:38 +0200 Subject: [PATCH] lint: add new circular dep to lint-circular-dependencies.sh --- test/lint/lint-circular-dependencies.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/lint/lint-circular-dependencies.sh b/test/lint/lint-circular-dependencies.sh index e587b1c225..aefcee441d 100755 --- a/test/lint/lint-circular-dependencies.sh +++ b/test/lint/lint-circular-dependencies.sh @@ -29,6 +29,9 @@ EXPECTED_CIRCULAR_DEPENDENCIES=( # multi-asset transaction or not. Probably this check should be done in # CreateTransaction instead. "wallet/coinselection -> wallet/wallet -> wallet/coinselection" + # ELEMENTS: FIXMEs + "wallet/receive -> wallet/wallet -> wallet/receive" + "wallet/spend -> wallet/wallet -> wallet/spend" ) EXIT_CODE=0