Skip to content

Commit

Permalink
Merge pull request #139 from IaroslavMazur/iaro/src-changes-after-audit
Browse files Browse the repository at this point in the history
Changes in src/ resulting from the audit
  • Loading branch information
PaulRBerg committed Jul 10, 2023
2 parents d1263fb + ed8f626 commit 5b37f74
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SablierV2ProxyPlugin.sol
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ contract SablierV2ProxyPlugin is
//////////////////////////////////////////////////////////////////////////*/

/// @inheritdoc ISablierV2LockupSender
/// @notice Forwards the refunded assets to the proxy owner when the recipient cancel a stream whose sender is the
/// @notice Forwards the refunded assets to the proxy owner when the recipient cancels a stream whose sender is the
/// proxy contract.
/// @dev Requirements:
/// - Must be delegate called.
Expand Down
2 changes: 1 addition & 1 deletion src/SablierV2ProxyTarget.sol
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ contract SablierV2ProxyTarget is
}
}

// Transfers the assets to the proxy and approve the Sablier contract to spend them.
// Transfers the assets to the proxy and approves the Sablier contract to spend them.
_transferAndApprove(address(lockupLinear), asset, transferAmount, permit2Params);

// Create a stream for each element in the parameter array.
Expand Down

0 comments on commit 5b37f74

Please sign in to comment.