Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor/cancel to pause #113

Merged
merged 12 commits into from
May 24, 2024
Prev Previous commit
Next Next commit
docs: update pause natspec
  • Loading branch information
andreivladbrg authored and smol-ninja committed May 22, 2024
commit 621ff8cb763f21f9c321b00c880ca7f25142f7a3
2 changes: 1 addition & 1 deletion src/interfaces/ISablierV2OpenEnded.sol
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ interface ISablierV2OpenEnded is
/// @param streamId The ID of the stream to pause.
function pause(uint256 streamId) external;

/// @notice Pauses multiple streams and refunds available assets to the sender of each stream.
/// @notice Pauses multiple streams by setting the rate per second to zero.
///
/// @dev Emits multiple {Transfer} and {PauseOpenEndedStream} events.
///
Expand Down