Skip to content

Commit

Permalink
improve to advanced orders
Browse files Browse the repository at this point in the history
  • Loading branch information
whitemoshui committed Sep 25, 2023
1 parent 2ade391 commit 2fb7977
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/interfaces/ConsiderationInterface.sol
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ interface ConsiderationInterface {
/**
* @custom:name orders
*/
Order[] calldata,
AdvancedOrder[] calldata,
/**
* @custom:name fulfillments
*/
Expand All @@ -43,7 +43,7 @@ interface ConsiderationInterface {
/**
* @custom:name orders
*/
Order[] calldata orders,
AdvancedOrder[] calldata orders,
uint256[] calldata premiumOrdersIndex,
address[] calldata recipients,
uint32 numWords
Expand Down

0 comments on commit 2fb7977

Please sign in to comment.