Skip to content

Commit

Permalink
fix: remove additional implementation of name()
Browse files Browse the repository at this point in the history
  • Loading branch information
smol-ninja committed Feb 14, 2024
1 parent 5cf1dcd commit d3dd118
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/interfaces/ISablierV2MerkleLockup.sol
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,6 @@ interface ISablierV2MerkleLockup is IAdminable {
/// @dev This is an immutable state variable.
function MERKLE_ROOT() external returns (bytes32);

/// @notice Retrieves the name of the campaign.
function name() external returns (string memory);

/// @notice A flag indicating whether the stream NFTs are transferable.
/// @dev This is an immutable state variable.
function TRANSFERABLE() external returns (bool);
Expand Down

0 comments on commit d3dd118

Please sign in to comment.