From 5f59491e6cb3b2020c89f4fa5b93f04f3d09f0b5 Mon Sep 17 00:00:00 2001 From: Shiming Liu Date: Sun, 1 Feb 2026 01:34:22 +0800 Subject: [PATCH] fix: remove redundant receive function in Escrow.sol --- src/contracts/atlas/Escrow.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/src/contracts/atlas/Escrow.sol b/src/contracts/atlas/Escrow.sol index 1501a732..add32241 100644 --- a/src/contracts/atlas/Escrow.sol +++ b/src/contracts/atlas/Escrow.sol @@ -746,5 +746,4 @@ abstract contract Escrow is AtlETH { ctx.dappGasLeft -= uint32(_gasUsed); } - receive() external payable { } }