-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
order is reverting during order fullfilment 'considerationNotMet' err…
…or. at the end of the _performFinalChecksAndExecuteOrders call in the OrderCombiner... https://github.com/ProjectOpenSea/seaport/blob/585b2ef8376dd979171522027bbdb048c2a4999c/reference/lib/ReferenceOrderCombiner.sol . It looks like the token transfer is being checked but is not happening in the logs. the erc721 is being transfered, and then the erc20 token transfer is being checked and is reverting. almost as though the offer and consideration arrays have swapped places.
- Loading branch information
1 parent
ade89cf
commit d066d61
Showing
2 changed files
with
59 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters