Skip to content

Commit

Permalink
perf: remove reduntant modifier in withdrawMaxAndTransfer
Browse files Browse the repository at this point in the history
test: update Precompiles bytecode
  • Loading branch information
andreivladbrg committed Dec 4, 2023
1 parent 0f6c141 commit 53b2809
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 53b2809

Please sign in to comment.