Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
zoep committed Sep 17, 2024
1 parent 20a65e7 commit c1ed9c5
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 @@ -647,7 +647,7 @@ createStorage cmap =
toContract (EVM.C code storage tstorage balance nonce) = EVM.Contract
{ EVM.code = code
, EVM.storage = storage
, EVM.tStorage = tstorage
, EVM.tStorage = tstorage
, EVM.origStorage = storage
, EVM.balance = balance
, EVM.nonce = nonce
Expand Down

0 comments on commit c1ed9c5

Please sign in to comment.