Skip to content

Commit 0313ff2

Browse files
committed
remove parseWrapperData reference in comment
1 parent 7c6be09 commit 0313ff2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/CowWrapper.sol

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@ interface ICowWrapper {
8888
/// - Verify the caller is an authenticated solver
8989
/// - Eventually call settle() on the approved ICowSettlement contract
9090
/// - Implement _wrap() for custom logic
91-
/// - Implement parseWrapperData() for validation of implementation-specific wrapperData
9291
abstract contract CowWrapper is ICowWrapper {
9392
/// @notice Thrown when the caller is not an authenticated solver
9493
/// @param unauthorized The address that attempted to call wrappedSettle

0 commit comments

Comments
 (0)