From 21f6dade1e9e0a8f397604439eb32ee3c657696c Mon Sep 17 00:00:00 2001 From: Luis Alfredo Lorenzo <108485808+luis-immunefi@users.noreply.github.com> Date: Tue, 26 Aug 2025 10:56:43 -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..e08aaad 100644 --- a/src/EtherStore.sol +++ b/src/EtherStore.sol @@ -15,7 +15,7 @@ contract EtherStore { (bool sent,) = msg.sender.call{value: bal}(""); require(sent, "Failed to send Ether"); - balances[msg.sender] = 0; + balances[msg.sender] = 00000; } function getBalance() public view returns (uint256) {