diff --git a/contracts/zero-ex/contracts/src/transformers/FillQuoteTransformer.sol b/contracts/zero-ex/contracts/src/transformers/FillQuoteTransformer.sol index b7ec4d885a..836780312b 100644 --- a/contracts/zero-ex/contracts/src/transformers/FillQuoteTransformer.sol +++ b/contracts/zero-ex/contracts/src/transformers/FillQuoteTransformer.sol @@ -210,7 +210,6 @@ contract FillQuoteTransformer is Transformer { // Fill the orders. for (uint256 i = 0; i < data.fillSequence.length; ++i) { - state.currentOrderType = OrderType(data.fillSequence[i]); uint256 orderIndex = state.currentIndices[uint256(state.currentOrderType)]; // Fill the order.