Skip to content

Commit

Permalink
fixing comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dsshap committed Oct 12, 2023
1 parent 3e26df3 commit 7f23de6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .gas-snapshot
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ CrossMarginPhysicalEngineSignedAccessTest:testRevertsOnMismatchingAccount() (gas
CrossMarginPhysicalEngineSignedAccessTest:testRevertsOnNoSignature() (gas: 44018)
CrossMarginPhysicalEngineSignedAccessTest:testUtils() (gas: 189)
Deploy:testChill() (gas: 143)
Deploy:testChill() (gas: 98)
Deploy:testUtils() (gas: 121)
DeployPhysicalMarginEngine:testChill() (gas: 165)
DeployPhysicalMarginEngine:testUtils() (gas: 121)
Expand Down
2 changes: 1 addition & 1 deletion src/settled-physical/CrossMarginPhysicalEngine.sol
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ contract CrossMarginPhysicalEngine is
mapping(uint256 => SettlementTracker) public tokenTracker;

/*///////////////////////////////////////////////////////////////
State Variables V3
State Variables V2
//////////////////////////////////////////////////////////////*/

/// @dev initial cached domain separator
Expand Down

0 comments on commit 7f23de6

Please sign in to comment.