Skip to content

Commit

Permalink
feat: Executor receive method
Browse files Browse the repository at this point in the history
  • Loading branch information
DuBento committed Jul 30, 2023
1 parent 1a56fcc commit 102b34c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions blockchain/contracts/DAO/Executor.sol
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,11 @@ contract Executor is Ownable {
// Functions
//* constructor
//* receive function
/**
* @dev Contract might receive/hold ETH as part of the maintenance process.
*/
receive() external payable {}

//* fallback function (if exists)
//* external
//* public
Expand Down

0 comments on commit 102b34c

Please sign in to comment.