Skip to content

Commit

Permalink
remove commented out line
Browse files Browse the repository at this point in the history
  • Loading branch information
BrendanSanderson committed Feb 24, 2024
1 parent 83d1a07 commit a20420a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pumps/MultiFlowPump.sol
Original file line number Diff line number Diff line change
Expand Up @@ -557,7 +557,6 @@ contract MultiFlowPump is IPump, IMultiFlowPumpErrors, IInstantaneousPump, ICumu
uint256 lpTokenSupply,
bytes memory data
) internal view returns (uint256[] memory underlyingAmounts) {
// return wf.calcLPTokenUnderlying(lpTokenAmount, reserves, lpTokenSupply, data);
try wf.calcLPTokenUnderlying(lpTokenAmount, reserves, lpTokenSupply, data) returns (
uint256[] memory _underlyingAmounts
) {
Expand Down

0 comments on commit a20420a

Please sign in to comment.