Skip to content

Commit 9e2df38

Browse files
committed
Update Proxy
1 parent b17f2a9 commit 9e2df38

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

contracts/src/libraries/Proxy.sol

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,7 @@ contract Proxy {
4242
}
4343

4444
// slither-disable-next-line locked-ether
45-
receive() external payable {
46-
// Proxy call by default.
47-
_doProxyCall();
48-
}
49-
50-
// slither-disable-next-line locked-ether
51-
fallback() external payable {
45+
fallback() external {
5246
// Proxy call by default.
5347
_doProxyCall();
5448
}

0 commit comments

Comments
 (0)