Remove superfluous receive() function from Proxy.sol (#4434)

Co-authored-by: Francisco Giordano <fg@frang.io>
This commit is contained in:
Hadrien Croubois
2023-07-08 03:23:28 +02:00
committed by GitHub
parent f5bf7233cb
commit 6d74b91388
2 changed files with 5 additions and 8 deletions

View File

@ -0,0 +1,5 @@
---
'openzeppelin-solidity': minor
---
`Proxy`: Removed redundant `receive` function.