Make TimelockController receive function virtual (#5506)

Co-authored-by: Arr00 <13561405+arr00@users.noreply.github.com>
Co-authored-by: Hadrien Croubois <hadrien.croubois@gmail.com>
This commit is contained in:
Joseph Delong
2025-02-14 02:28:26 -06:00
committed by GitHub
parent fa8bed68af
commit f281e98c94
2 changed files with 6 additions and 1 deletions

View File

@ -152,7 +152,7 @@ contract TimelockController is AccessControl, ERC721Holder, ERC1155Holder {
/**
* @dev Contract might receive/hold ETH as part of the maintenance process.
*/
receive() external payable {}
receive() external payable virtual {}
/**
* @dev See {IERC165-supportsInterface}.