Function: collectPerformanceFees()
This function charges a performance fee for feeCollector
. The function can only be called at a certain interval, no more often than PERFORMANCE_FEE_FREQUENCY
.
Branches and code coverage
Intended branches
The
feeCollector
received the proper amount of lovTokens.
Negative behavior
The function cannot be called twice during the
PERFORMANCE_FEE_FREQUENCY
period.