Skip to content

Commit

Permalink
fix a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
0age committed Feb 27, 2024
1 parent ea11a5d commit 17720b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/core/lib/BasicOrderFulfiller.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1019,7 +1019,7 @@ contract BasicOrderFulfiller is OrderValidator {
mstore(FreeMemoryPointerSlot, add(eventDataPtr, dataSize))
}

// Verify and update the status of the derived order.
// Verify the status of the derived order.
OrderStatus storage orderStatus = _validateBasicOrder(
orderHash,
_toBytesReturnType(_decodeBytes)(
Expand Down

0 comments on commit 17720b1

Please sign in to comment.