Skip to content

Commit

Permalink
refactor: interfaces segregations
Browse files Browse the repository at this point in the history
  • Loading branch information
geolffreym committed Aug 29, 2024
1 parent 8b4ce6c commit f6459dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/interfaces/IRightsCustodialGranter.sol
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit f6459dc

Please sign in to comment.