Skip to content

Commit

Permalink
add fixme (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Jul 2, 2024
1 parent 7032395 commit bad193e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions contracts/pool/PoolService.sol
Original file line number Diff line number Diff line change
Expand Up @@ -263,6 +263,7 @@ contract PoolService is
// call bundle service for bookkeeping and additional checks
_bundleService.unstake(instance, bundleNftId, amount);

// FIXME: performance fee is only calculated on the earnings
(
Amount performanceFeeAmount,
Amount netAmount
Expand Down

0 comments on commit bad193e

Please sign in to comment.