Skip to content

Commit

Permalink
Fix lint circular dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Anthony Fieroni <[email protected]>
  • Loading branch information
bvbfan committed Mar 11, 2021
1 parent 19b4f81 commit d396925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/lint/lint-circular-dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ EXPECTED_CIRCULAR_DEPENDENCIES=(
"masternodes/criminals -> masternodes/masternodes -> masternodes/criminals"
"masternodes/criminals -> masternodes/masternodes -> validation -> masternodes/criminals"
"masternodes/govvariables/lp_daily_dfi_reward -> masternodes/gv -> masternodes/govvariables/lp_daily_dfi_reward"
"masternodes/govvariables/lp_daily_dfi_reward -> masternodes/masternodes -> validation -> masternodes/govvariables/lp_daily_dfi_reward"
"masternodes/govvariables/lp_splits -> masternodes/gv -> masternodes/govvariables/lp_splits"
"masternodes/govvariables/lp_daily_dfi_reward -> rpc/util -> node/transaction -> validation -> masternodes/govvariables/lp_daily_dfi_reward"
"masternodes/masternodes -> masternodes/mn_checks -> masternodes/masternodes"
"masternodes/masternodes -> validation -> pos -> masternodes/masternodes"
"masternodes/masternodes -> validation -> masternodes/masternodes"
Expand Down

0 comments on commit d396925

Please sign in to comment.