Skip to content

Commit

Permalink
modify todo (#418)
Browse files Browse the repository at this point in the history
  • Loading branch information
doerfli committed Jul 12, 2024
1 parent 036e219 commit 10ea8b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contracts/pool/PoolService.sol
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ contract PoolService is
_getStakingFee(instance.getInstanceReader(), poolNftId),
stakingAmount);

// TODO: staking amount must be be > maxCapitalAmount
// TODO: (staking amount + existing pool balance) must be be > maxCapitalAmount

bundleNftId = _bundleService.create(
instance,
Expand Down

0 comments on commit 10ea8b0

Please sign in to comment.