From bad193eababc09f34d8e48126e80a00fd4ee1aea Mon Sep 17 00:00:00 2001 From: Marc Doerflinger Date: Tue, 2 Jul 2024 15:08:08 +0000 Subject: [PATCH] add fixme (#418) --- contracts/pool/PoolService.sol | 1 + 1 file changed, 1 insertion(+) diff --git a/contracts/pool/PoolService.sol b/contracts/pool/PoolService.sol index 0c7c50c48..bb453bc78 100644 --- a/contracts/pool/PoolService.sol +++ b/contracts/pool/PoolService.sol @@ -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