mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-19 13:27:35 +02:00
lint: add new circular dep to lint-circular-dependencies.sh
This commit is contained in:
parent
b59e244da3
commit
c2c7d08de6
1 changed files with 3 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue