Skip to content

Commit 983a41a

Browse files
Optimizing storage requirement to create an existing acccount
1 parent 07578e9 commit 983a41a

File tree

1 file changed

+2
-2
lines changed
  • kevm-pyk/src/kevm_pyk/kproj/evm-semantics

1 file changed

+2
-2
lines changed

kevm-pyk/src/kevm_pyk/kproj/evm-semantics/evm.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -817,11 +817,11 @@ These are just used by the other operators for shuffling local execution state a
817817
<acctID> ACCT </acctID>
818818
<code> CODE </code>
819819
<nonce> 0 </nonce>
820-
<storage> STORAGE </storage>
820+
<storage> .Map </storage>
821821
<origStorage> _ => .Map </origStorage>
822822
...
823823
</account>
824-
requires lengthBytes(CODE) ==Int 0 andBool STORAGE ==K .Map
824+
requires lengthBytes(CODE) ==Int 0
825825
```
826826

827827
- `#transferFunds` moves money from one account into another, creating the destination account if it doesn't exist.

0 commit comments

Comments
 (0)