Skip to content

Commit 3a1654f

Browse files
kaze-cowfedgiac
andauthored
Update src/vendor/CowWrapper.sol
Co-authored-by: Federico Giacon <[email protected]>
1 parent 549d740 commit 3a1654f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vendor/CowWrapper.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ interface ICowAuthentication {
1616
/// @dev Used for type-safe calls to the settlement contract's settle function
1717
interface ICowSettlement {
1818
/// @notice Trade data structure matching GPv2Settlement
19-
struct CowTradeData {
19+
struct Trade {
2020
uint256 sellTokenIndex;
2121
uint256 buyTokenIndex;
2222
address receiver;

0 commit comments

Comments
 (0)