lint: add new circular dep to lint-circular-dependencies.sh

This commit is contained in:
Byron Hambly 2023-09-01 16:38:38 +02:00
parent b59e244da3
commit c2c7d08de6
No known key found for this signature in database
GPG key ID: DE8F6EA20A661697

View file

@ -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