Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrai committed Jan 30, 2024
1 parent e03f961 commit 36301c7
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/nouns-contracts/contracts/Rewards.sol
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,6 @@ contract Rewards is ERC721('NounsClientIncentives', 'NounsClientIncentives'), Ow

mapping(uint32 clientId => uint256 balance) public clientBalances;

struct ClientData {
address payoutWallet;
}

struct RewardParams {
uint32 minimumRewardPeriod;
uint8 numProposalsEnoughForReward;
Expand Down

0 comments on commit 36301c7

Please sign in to comment.