From fba5a264bc83d8de9991c6836f157b79ced75380 Mon Sep 17 00:00:00 2001 From: "Mate Soos @ Ethereum Foundation" <99662964+msooseth@users.noreply.github.com> Date: Fri, 29 Nov 2024 10:10:16 +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 60eb88f14..e6cbfa2a3 100644 --- a/src/EVM.hs +++ b/src/EVM.hs @@ -2015,6 +2015,7 @@ delegateCall this gasGiven xTo xContext xValue xInOffset xInSize xOutOffset xOut assign #returndata mempty assign #calldata calldata assign #overrideCaller Nothing + assign #resetCaller False continue xTo -- -- * Contract creation