Skip to content

Commit

Permalink
Merge branch 'beanstalk-3-merge-misc-bip' of https://github.com/Beans…
Browse files Browse the repository at this point in the history
…talkFarms/Beanstalk into beanstalk-3-merge-misc-bip
  • Loading branch information
nickkatsios committed Aug 13, 2024
2 parents 127ce36 + 266018b commit 899534d
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion protocol/contracts/beanstalk/silo/PipelineConvertFacet.sol
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,13 @@ contract PipelineConvertFacet is Invariable, ReentrancyGuard {
advancedFarmCalls
);

toStem = LibConvert._depositTokensForConvert(outputToken, toAmount, toBdv, grownStalk, LibTractor._user());
toStem = LibConvert._depositTokensForConvert(
outputToken,
toAmount,
toBdv,
grownStalk,
LibTractor._user()
);

emit Convert(LibTractor._user(), inputToken, outputToken, fromAmount, toAmount);
}
Expand Down

0 comments on commit 899534d

Please sign in to comment.