Skip to content

Commit

Permalink
Add receive
Browse files Browse the repository at this point in the history
  • Loading branch information
SigismundSchlomo committed Oct 7, 2024
1 parent 0cde971 commit ad3b93b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contracts/staking/token/LimitedTokenPool.sol
Original file line number Diff line number Diff line change
Expand Up @@ -326,4 +326,6 @@ contract LimitedTokenPool is Initializable, AccessControl, IOnBlockListener {
else info.totalRewardsDebt += newDebt - oldDebt;
stakers[user].rewardsDebt = newDebt;
}

function receive() external payable {}
}

0 comments on commit ad3b93b

Please sign in to comment.