Skip to content

Commit

Permalink
merge
Browse files Browse the repository at this point in the history
  • Loading branch information
zoep committed Dec 2, 2024
2 parents 2df51e7 + 5928699 commit 8a4dad3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Act/HEVM.hs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ initAddr = EVM.SymAddr "entrypoint"

slotMap :: Store -> Layout
slotMap store =
M.map (M.map (\(_, slot) -> slot)) store
M.map (M.map snd) store


-- * Act state monad
Expand Down

0 comments on commit 8a4dad3

Please sign in to comment.