Skip to content

Commit 0f1522d

Browse files
MoonBoi9001tmigone
andcommitted
Update packages/horizon/contracts/data-service/utilities/ProvisionManager.sol
Co-authored-by: Tomás Migone <[email protected]>
1 parent 1693d76 commit 0f1522d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/horizon/contracts/data-service/utilities/ProvisionManager.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,8 @@ abstract contract ProvisionManager is Initializable, GraphDirectory, ProvisionMa
7676

7777
/**
7878
* @notice Thrown when the caller is not authorized to manage the provision of a service provider.
79+
* @param serviceProvider The address of the serviceProvider.
7980
* @param caller The address of the caller.
80-
* @param serviceProvider The address of the service provider.
8181
*/
8282
error ProvisionManagerNotAuthorized(address serviceProvider, address caller);
8383

0 commit comments

Comments
 (0)