Skip to content

Commit

Permalink
Addressed remaining feedback from @mcclurejt
Browse files Browse the repository at this point in the history
  • Loading branch information
jalextowle committed Nov 26, 2024
1 parent 3a62792 commit 249074e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion contracts/src/interfaces/IHyperdriveMatchingEngine.sol
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,10 @@ interface IHyperdriveMatchingEngine is IMorphoFlashLoanCallback {
/// `asBase` is required to be true, the `destination` is the
/// address that receives the long or short position that is
/// purchased, and the extra data is configured for the yield
/// source that is being used.
/// source that is being used. Since the extra data isn't included
/// in the order's hash, it can be updated between the order being
/// signed and executed. This is helpful for applications like DFB
/// that rely on the extra data field to record metadata in events.
IHyperdrive.Options options;
/// @dev The type of the order. This is either `OpenLong` or `OpenShort`.
OrderType orderType;
Expand Down

0 comments on commit 249074e

Please sign in to comment.