Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
3xHarry committed May 2, 2023
1 parent 16a1875 commit 5cb2890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/v2/Carousel/Carousel.sol
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ contract Carousel is VaultV2 {
SemiFungibleVault.asset.safeTransfer(_receiver, assets);
}
if (entitledEmissions > 0) {
emissionsToken.safeTransfer(_receiver, assets);
emissionsToken.safeTransfer(_receiver, entitledEmissions);
}

emit WithdrawWithEmissions(
Expand Down

0 comments on commit 5cb2890

Please sign in to comment.