Skip to content

Commit

Permalink
fix: report updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Jan 19, 2024
1 parent 87505d4 commit 479f767
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/TokenizedStrategy.sol
Original file line number Diff line number Diff line change
Expand Up @@ -1133,9 +1133,6 @@ contract TokenizedStrategy {
S.totalAssets = newTotalAssets;
S.lastReport = uint128(block.timestamp);

// Reset lastReport.
_strategyStorage().lastReport = uint128(block.timestamp);

// Emit event with info
emit Reported(
profit,
Expand Down

0 comments on commit 479f767

Please sign in to comment.