Skip to content

Commit

Permalink
Merge pull request #162 from Kwenta/Q-8
Browse files Browse the repository at this point in the history
  • Loading branch information
JaredBorders committed Apr 30, 2023
2 parents f23c670 + b5c3bb6 commit 981ec35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/Account.sol
Expand Up @@ -909,7 +909,7 @@ contract Account is IAccount, Auth, OpsReady {

/// @notice fetch PerpsV2Market market defined by market key
/// @param _marketKey: key for Synthetix PerpsV2 market
/// @return IPerpsV2Market contract interface
/// @return IPerpsV2MarketConsolidated contract interface
function _getPerpsV2Market(bytes32 _marketKey)
internal
view
Expand Down
1 change: 1 addition & 0 deletions src/interfaces/IFactory.sol
Expand Up @@ -11,6 +11,7 @@ interface IFactory {
/// @notice emitted when new account is created
/// @param creator: account creator (address that called newAccount())
/// @param account: address of account that was created (will be address of proxy)
/// @param version: version of account created
event NewAccount(
address indexed creator, address indexed account, bytes32 version
);
Expand Down

0 comments on commit 981ec35

Please sign in to comment.