Skip to content

Commit 3cc5224

Browse files
committed
Add receive method
1 parent 90881b2 commit 3cc5224

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

contracts/DisintermediatedGrants.sol

+2
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,8 @@ contract DisintermediatedGrants is Ownable {
7777
IERC20Metadata(_token).transferFrom(msg.sender, address(this), _amount);
7878
}
7979

80+
receive() external payable {}
81+
8082
function donateNative() public payable onlyWhitelistedDonor {
8183
Donation memory donation = Donation({
8284
donor: msg.sender,

0 commit comments

Comments
 (0)