diff --git a/package.json b/package.json index a0e7020..23a8e65 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "seaport-core", - "version": "1.6.2", + "version": "1.6.3", "description": "Core smart contracts for the Seaport protocol", "main": "src/", "repository": "https://github.com/ProjectOpenSea/seaport-core.git", diff --git a/src/lib/FulfillmentApplier.sol b/src/lib/FulfillmentApplier.sol index 6a030fb..5780f3d 100644 --- a/src/lib/FulfillmentApplier.sol +++ b/src/lib/FulfillmentApplier.sol @@ -253,9 +253,6 @@ contract FulfillmentApplier is FulfillmentApplicationErrors { _revertMissingFulfillmentComponentOnAggregation(side); } - // Retrieve the received item on the execution being returned. - ReceivedItem memory item = execution.item; - // If the fulfillment components are offer components... if (side == Side.OFFER) { // Return execution for aggregated items provided by offerer.