Skip to content

Commit

Permalink
rm solidity comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Leibniz137 committed Feb 22, 2021
1 parent c9fa944 commit 6551634
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions keep-benefits/contracts/BulkClaimer.sol
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
/*
Can't use 0.7.4 (current latest)
*/
pragma solidity 0.7.1;

// SPDX-License-Identifier: GPL-3.0-or-later
Expand Down Expand Up @@ -46,9 +43,6 @@ contract BulkClaimer is Ownable {

/*
Claim beacon rewards in bulk for a given list of beacon groups
TODO: should this be a list of operators?
(for users running multiple operators)
*/
function claimBeaconEarnings(uint256[] calldata groupIndicies, address operator) public {
for (uint256 i = 0; i < groupIndicies.length; i++) {
Expand Down

0 comments on commit 6551634

Please sign in to comment.