Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
zoep authored Nov 26, 2024
1 parent 89d6773 commit 5928699
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 5928699

Please sign in to comment.