We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6be09 commit 0313ff2Copy full SHA for 0313ff2
src/CowWrapper.sol
@@ -88,7 +88,6 @@ interface ICowWrapper {
88
/// - Verify the caller is an authenticated solver
89
/// - Eventually call settle() on the approved ICowSettlement contract
90
/// - Implement _wrap() for custom logic
91
-/// - Implement parseWrapperData() for validation of implementation-specific wrapperData
92
abstract contract CowWrapper is ICowWrapper {
93
/// @notice Thrown when the caller is not an authenticated solver
94
/// @param unauthorized The address that attempted to call wrappedSettle
0 commit comments