From 4ad7fbd02138b865986be028006f16c3a1b26347 Mon Sep 17 00:00:00 2001 From: "Mate Soos @ Ethereum Foundation" <99662964+msooseth@users.noreply.github.com> Date: Fri, 29 Nov 2024 10:09:11 +0100 Subject: [PATCH] Update src/EVM.hs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Emilio López <2642849+elopez@users.noreply.github.com> --- src/EVM.hs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/EVM.hs b/src/EVM.hs index 248fc7a0e..975e1bac4 100644 --- a/src/EVM.hs +++ b/src/EVM.hs @@ -878,6 +878,7 @@ exec1 = do assign #caller from' assign #contract callee assign #overrideCaller Nothing + assign #resetCaller False touchAccount from' touchAccount callee transfer from' callee xValue