Skip to content

Commit

Permalink
chore: remove unused import
Browse files Browse the repository at this point in the history
docs: remove outdated natspec
  • Loading branch information
andreivladbrg committed Jan 10, 2024
1 parent 0b54258 commit f72e402
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
4 changes: 0 additions & 4 deletions src/interfaces/ISablierV2MerkleStreamer.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ pragma solidity >=0.8.22;

import { IERC20 } from "@openzeppelin/contracts/token/ERC20/IERC20.sol";
import { IAdminable } from "@sablier/v2-core/src/interfaces/IAdminable.sol";
import { ISablierV2Lockup } from "@sablier/v2-core/src/interfaces/ISablierV2Lockup.sol";

/// @title ISablierV2MerkleStreamer
/// @notice A contract that lets user claim Sablier streams using Merkle proofs. An interesting use case for
Expand Down Expand Up @@ -63,9 +62,6 @@ interface ISablierV2MerkleStreamer is IAdminable {
///
/// @dev Emits a {Clawback} event.
///
/// Notes:
/// - If the protocol is not zero, the expiration check is not made.
///
/// Requirements:
/// - The caller must be the admin.
/// - The campaign must either be expired or not have an expiration.
Expand Down
1 change: 0 additions & 1 deletion src/interfaces/ISablierV2MerkleStreamerLL.sol
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ interface ISablierV2MerkleStreamerLL is ISablierV2MerkleStreamer {
/// Requirements:
/// - The campaign must not have expired.
/// - The stream must not have been claimed already.
/// - The protocol fee must be zero.
/// - The Merkle proof must be valid.
///
/// @param index The index of the recipient in the Merkle tree.
Expand Down

0 comments on commit f72e402

Please sign in to comment.