Skip to content

Commit ff79324

Browse files
committed
add fallback to minter
1 parent 2c721c0 commit ff79324

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contracts/Minter.sol

+2
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ contract Minter is IMinter {
4545
activePeriod = ((block.timestamp) / WEEK) * WEEK; // allow emissions this coming epoch
4646
}
4747

48+
receive() external payable {}
49+
4850
/// @inheritdoc IMinter
4951
function setTeam(address _team) external {
5052
if (msg.sender != team) revert NotTeam();

0 commit comments

Comments
 (0)