Skip to content

Commit

Permalink
remove variable totalRewards
Browse files Browse the repository at this point in the history
  • Loading branch information
Frihat-dev committed Oct 31, 2023
1 parent 2d6f0fe commit fc3d909
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contracts/TapETH.sol
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ contract TapETH is Initializable, ITapETH {

uint256 private totalShares;
uint256 private _totalSupply;
uint256 private totalRewards;
address public governance;
address public pendingGovernance;
mapping(address => uint256) private shares;
Expand Down

0 comments on commit fc3d909

Please sign in to comment.