From 63e222caaa9400a2c4b9a14d6b4b517618363ce8 Mon Sep 17 00:00:00 2001 From: 8ball030 <8baller@station.codes> Date: Mon, 14 Jul 2025 20:24:18 +0100 Subject: [PATCH] audit:feedback-1 --- src/DerolasAuction.sol | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/DerolasAuction.sol b/src/DerolasAuction.sol index 93716d5..7ffb1df 100644 --- a/src/DerolasAuction.sol +++ b/src/DerolasAuction.sol @@ -445,7 +445,4 @@ contract DerolasAuction { ratioPass = true; } } - - /// @dev Receive function. - receive() external payable {} }