Skip to content

Commit

Permalink
Change comment
Browse files Browse the repository at this point in the history
Co-authored-by: telome <[email protected]>
  • Loading branch information
sunbreak1211 and telome authored Apr 30, 2024
1 parent 2504115 commit a21910a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Splitter.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ contract Splitter {
mapping (address => uint256) public wards;
uint256 public live; // Active Flag
FlapLike public flapper; // Underlying burner strategy
FarmLike public farm; // Underlying farming strategy
FarmLike public farm; // StakingRewards contract receiving DAI rewards
uint256 public burn; // [WAD] Burn percentage. 1 WAD = funneling 100% to the burn engine
uint256 public hop; // [Seconds] Time between kicks
uint256 public zzz; // [Timestamp] Last kick
Expand Down

0 comments on commit a21910a

Please sign in to comment.