Skip to content

Commit

Permalink
Merge pull request #735 from sablier-labs/perf/remove-redundant-modifier
Browse files Browse the repository at this point in the history
Remove reduntant updateMetadata in withdrawMaxAndTransfer
  • Loading branch information
andreivladbrg authored Dec 4, 2023
2 parents 0f6c141 + 53b2809 commit 63204c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/abstracts/SablierV2Lockup.sol
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,6 @@ abstract contract SablierV2Lockup is
override
noDelegateCall
notNull(streamId)
updateMetadata(streamId)
{
// Checks: the caller is the current recipient. This also checks that the NFT was not burned.
address currentRecipient = _ownerOf(streamId);
Expand Down
Loading

0 comments on commit 63204c9

Please sign in to comment.