Skip to content

Commit

Permalink
fix: wrong claimRewards argument
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyonline committed Mar 8, 2024
1 parent 8a42f10 commit a4cdd19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/silo-core-v1
2 changes: 1 addition & 1 deletion src/strategies/crvUSD/SiloLlamaStrategy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ contract SiloLlamaStrategy is AuctionSwapper, BaseStrategy {
*/
function _claimAndSellRewards() internal {
address[] memory assets = new address[](1);
assets[0] = address(asset);
assets[0] = address(share);
incentivesController.claimRewards(
assets,
type(uint256).max,
Expand Down

0 comments on commit a4cdd19

Please sign in to comment.