Skip to content

Commit

Permalink
lint: add circular dep
Browse files Browse the repository at this point in the history
  • Loading branch information
Bushstar committed Sep 15, 2023
1 parent 495ba05 commit 5c187c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/lint/lint-circular-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
"chainparamsbase -> util/system -> chainparamsbase"
"consensus/tx_verify -> masternodes/masternodes -> validation -> consensus/tx_verify"
"consensus/tx_verify -> masternodes/mn_checks -> txmempool -> consensus/tx_verify"
"ffi/ffiexports -> masternodes/mn_rpc -> wallet/rpcwallet -> init -> ffi/ffiexports"
"index/txindex -> validation -> index/txindex"
"init -> masternodes/govvariables/attributes -> masternodes/mn_rpc -> wallet/rpcwallet -> init"
"masternodes/accountshistory -> masternodes/historywriter -> masternodes/accountshistory"
Expand Down

0 comments on commit 5c187c0

Please sign in to comment.