Submitted by KingNFT
The \_executeNonAtomicOrders function in SeaportProxy.sol tries to send fees by batch. This may break the NonAtomic feature.
Lets say the user wants to buy 3 NFTs with the following order parameters:
Given the user only sends 600 USDT, the expected result should be
But as the fees are batched and sent at last, cause all 3 orders failed.
VS Code
Dont batch up fees.
0xhiroshi (LooksRare) disputed and commented:
KingNFT (warden) commented:
0xhiroshi (LooksRare) acknowledged and commented:
