Skip to content

Commit

Permalink
Optimizing storage requirement to create an existing acccount
Browse files Browse the repository at this point in the history
  • Loading branch information
Robertorosmaninho committed Jan 23, 2025
1 parent 07578e9 commit 983a41a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kevm-pyk/src/kevm_pyk/kproj/evm-semantics/evm.md
Original file line number Diff line number Diff line change
Expand Up @@ -817,11 +817,11 @@ These are just used by the other operators for shuffling local execution state a
<acctID> ACCT </acctID>
<code> CODE </code>
<nonce> 0 </nonce>
<storage> STORAGE </storage>
<storage> .Map </storage>
<origStorage> _ => .Map </origStorage>
...
</account>
requires lengthBytes(CODE) ==Int 0 andBool STORAGE ==K .Map
requires lengthBytes(CODE) ==Int 0
```

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

0 comments on commit 983a41a

Please sign in to comment.