Skip to content

Commit

Permalink
Merge pull request #84 from Kwenta/(Q-1)-marginAsset
Browse files Browse the repository at this point in the history
(Q-1) marginAsset is set twice
  • Loading branch information
JaredBorders committed Oct 7, 2022
2 parents 483ce2d + 35f567c commit 3e21cf0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/MarginBase.sol
Expand Up @@ -212,7 +212,6 @@ contract MarginBase is MinimalProxyable, IMarginBase, OpsReady {
"MarginBase: Could not get Futures Market Manager"
)
);
marginAsset = IERC20(_marginAsset);

/// @dev MarginBaseSettings must exist prior to MarginBase account creation
marginBaseSettings = MarginBaseSettings(_marginBaseSettings);
Expand Down

0 comments on commit 3e21cf0

Please sign in to comment.