We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c721c0 commit ff79324Copy full SHA for ff79324
contracts/Minter.sol
@@ -45,6 +45,8 @@ contract Minter is IMinter {
45
activePeriod = ((block.timestamp) / WEEK) * WEEK; // allow emissions this coming epoch
46
}
47
48
+ receive() external payable {}
49
+
50
/// @inheritdoc IMinter
51
function setTeam(address _team) external {
52
if (msg.sender != team) revert NotTeam();
0 commit comments