Skip to content

Commit

Permalink
Update packages/horizon/contracts/data-service/utilities/ProvisionMan…
Browse files Browse the repository at this point in the history
…ager.sol

Co-authored-by: Tomás Migone <[email protected]>
  • Loading branch information
MoonBoi9001 and tmigone committed Oct 7, 2024
1 parent 1693d76 commit 0f1522d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ abstract contract ProvisionManager is Initializable, GraphDirectory, ProvisionMa

/**
* @notice Thrown when the caller is not authorized to manage the provision of a service provider.
* @param serviceProvider The address of the serviceProvider.
* @param caller The address of the caller.
* @param serviceProvider The address of the service provider.
*/
error ProvisionManagerNotAuthorized(address serviceProvider, address caller);

Expand Down

0 comments on commit 0f1522d

Please sign in to comment.