Skip to content

Commit

Permalink
chore: duplicated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
andreivladbrg committed Oct 16, 2024
1 parent 0974651 commit 738d5ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/interfaces/ISablierFlow.sol
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,6 @@ interface ISablierFlow is
///
/// @param streamId The ID of the stream to deposit to.
/// @param amount The deposit amount, denoted in token's decimals.
/// @param amount The deposit amount, in token decimals.
/// @param sender The stream's sender address.
/// @param recipient The stream's recipient address.
function deposit(uint256 streamId, uint128 amount, address sender, address recipient) external;
Expand Down

0 comments on commit 738d5ab

Please sign in to comment.