Skip to content
This repository has been archived by the owner on Oct 6, 2023. It is now read-only.

Commit

Permalink
Merge branch 'indexfund-cleanup' into indexfund-new-mappings
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrey authored and Andrey committed Jul 28, 2023
2 parents d5697bc + da65995 commit be2aa43
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion contracts/core/index-fund/IndexFund.sol
Original file line number Diff line number Diff line change
Expand Up @@ -492,7 +492,8 @@ contract IndexFund is IIndexFund, Storage, OwnableUpgradeable, ReentrancyGuard,
AccountMessages.DepositRequest({
id: uint32(IterableMapping.getKeyAtIndex(state.EndowmentsByFund[fundId], i)),
lockedPercentage: 100 - liquidSplit,
liquidPercentage: liquidSplit
liquidPercentage: liquidSplit,
donationMatch: msg.sender
}),
token,
amount.div(state.EndowmentsByFund[fundId].keys.length)
Expand Down

0 comments on commit be2aa43

Please sign in to comment.