sablier-labs/v2-periphery

Remove `CancelMultiple` struct from Batch Lockup library

Closed this issue · 4 comments

Its redundant.

/// @notice A struct encapsulating the lockup contract's address and the stream ids to cancel.
struct CancelMultiple {
ISablierV2Lockup lockup;
uint256[] streamIds;
}

Hey @smol-ninja, can I work on this issue?

Hi @MukulKolpe. Yes you can. Please make sure to create the PR against the staging branch. And thank you very much for helping us out with this.

Hi @smol-ninja, thanks. I have raised a PR against the staging branch.

Thank you. I will review it later.