Skip to content

Commit 7efeddf

Browse files
committed
remove GPv2 reference
1 parent 98c191a commit 7efeddf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/CowEvcOpenPositionWrapper.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ contract CowEvcOpenPositionWrapper is CowEvcBaseWrapper {
111111
_parseOpenPositionParams(wrapperData);
112112
}
113113

114-
/// @notice Implementation of GPv2Wrapper._wrap - executes EVC operations to open a position
114+
/// @notice Implementation of CowWrapper._wrap - executes EVC operations to open a position
115115
/// @param settleData Data which will be used for the parameters in a call to `CowSettlement.settle`
116116
/// @param wrapperData Additional data containing OpenPositionParams
117117
function _wrap(bytes calldata settleData, bytes calldata wrapperData, bytes calldata remainingWrapperData)

0 commit comments

Comments
 (0)