Skip to content

Commit

Permalink
Update src/EVM.hs
Browse files Browse the repository at this point in the history
Co-authored-by: Emilio López <[email protected]>
  • Loading branch information
msooseth and elopez authored Nov 29, 2024
1 parent 499910b commit 4ad7fbd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/EVM.hs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4ad7fbd

Please sign in to comment.