Skip to content

Commit

Permalink
fix: apply consistent mapping order HorizonStakingNotAuthorized (OZ_N…
Browse files Browse the repository at this point in the history
…-05)
  • Loading branch information
MoonBoi9001 committed Oct 4, 2024
1 parent f2a5498 commit c7bc66a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,7 @@ interface IHorizonStakingMain {
* @param serviceProvider The service provider address
* @param verifier The verifier address
*/
error HorizonStakingNotAuthorized(address caller, address serviceProvider, address verifier);
error HorizonStakingNotAuthorized(address serviceProvider, address caller, address verifier);

/**
* @notice Thrown when attempting to create a provision with an invalid maximum verifier cut.
Expand Down

0 comments on commit c7bc66a

Please sign in to comment.