From f6459dc34002ae809c9a6d7f9270c607003f3627 Mon Sep 17 00:00:00 2001 From: Geolffrey Mena Date: Thu, 29 Aug 2024 12:03:08 -0600 Subject: [PATCH] refactor: interfaces segregations --- contracts/interfaces/IRightsCustodialGranter.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/interfaces/IRightsCustodialGranter.sol b/contracts/interfaces/IRightsCustodialGranter.sol index 8267963..13b4e65 100644 --- a/contracts/interfaces/IRightsCustodialGranter.sol +++ b/contracts/interfaces/IRightsCustodialGranter.sol @@ -1,7 +1,7 @@ // SPDX-License-Identifier: MIT pragma solidity ^0.8.24; -interface IRightsCustodialManager { +interface IRightsCustodialGranter { /// @notice Assigns distribution rights over the content. /// @dev The distributor must be active. /// @param contentId The ID of the content to assign.