Skip to content

Commit

Permalink
dummy perps change
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeal-eth committed Aug 15, 2023
1 parent 9365c6e commit 652672c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions markets/perps-market/contracts/modules/AsyncOrderModule.sol
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ import {GlobalPerpsMarket} from "../storage/GlobalPerpsMarket.sol";
import {PerpsMarketConfiguration} from "../storage/PerpsMarketConfiguration.sol";
import {SettlementStrategy} from "../storage/SettlementStrategy.sol";

import "hardhat/console.sol";

/**
* @title Module for committing async orders.
* @dev See IAsyncOrderModule.
Expand All @@ -39,6 +41,7 @@ contract AsyncOrderModule is IAsyncOrderModule {
function commitOrder(
AsyncOrder.OrderCommitmentRequest memory commitment
) external override returns (AsyncOrder.Data memory retOrder, uint fees) {
console.log('IM A DUMMY CHANGE');
PerpsMarket.loadValid(commitment.marketId);

// Check if commitment.accountId is valid
Expand Down

0 comments on commit 652672c

Please sign in to comment.