Skip to content

Commit

Permalink
fix 249
Browse files Browse the repository at this point in the history
  • Loading branch information
jakekidd committed Jun 26, 2022
1 parent fec801d commit a66844e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -275,8 +275,8 @@ library AssetLogic {
// if internal swap pool exists
return (
s.swapStorages[_canonicalId].swapInternal(
getTokenIndexFromStableSwapPool(_canonicalId, _assetOut),
getTokenIndexFromStableSwapPool(_canonicalId, _assetIn),
getTokenIndexFromStableSwapPool(_canonicalId, _assetOut),
_amount,
minReceived
),
Expand Down

0 comments on commit a66844e

Please sign in to comment.