Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ZumZoom committed Sep 26, 2023
1 parent b1ea82e commit 6a2d92b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/accounting/FarmAccounting.sol
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ library FarmAccounting {

// If something left from prev farming add it to the new farming
(uint40 finished, uint32 duration, uint184 reward, uint256 balance) = (info.finished, info.duration, info.reward, info.balance);
// Info memory prev = info;
if (block.timestamp < finished) {
amount += reward - farmedSinceCheckpointScaled(info, finished - duration) / _SCALE;
}
Expand Down

0 comments on commit 6a2d92b

Please sign in to comment.