Skip to content

Commit

Permalink
fix: apply consistent mapping order isAuthorized (OZ_N-05)
Browse files Browse the repository at this point in the history
  • Loading branch information
MoonBoi9001 committed Oct 3, 2024
1 parent 6265da0 commit 5fc37cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1487,8 +1487,8 @@ abstract contract HorizonStakingSharedTest is GraphBaseTest {
);

bool isAuth = staking.isAuthorized(
msgSender,
beforeValues.allocation.indexer,
msgSender,
subgraphDataServiceLegacyAddress
);
address rewardsDestination = _getStorage_RewardsDestination(beforeValues.allocation.indexer);
Expand Down

0 comments on commit 5fc37cd

Please sign in to comment.