From 6163a62d14fe26293d04548d243d857ace3518e3 Mon Sep 17 00:00:00 2001 From: Luis Alfredo Lorenzo <108485808+luis-immunefi@users.noreply.github.com> Date: Tue, 26 Aug 2025 10:38:16 -0600 Subject: [PATCH] Update EtherStore.sol --- src/EtherStore.sol | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/EtherStore.sol b/src/EtherStore.sol index 647b3b6..0d39c8e 100644 --- a/src/EtherStore.sol +++ b/src/EtherStore.sol @@ -13,7 +13,7 @@ contract EtherStore { require(bal > 0); (bool sent,) = msg.sender.call{value: bal}(""); - require(sent, "Failed to send Ether"); + require(sent, "Failed to send Ether