Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion kevm-pyk/src/kevm_pyk/kproj/evm-semantics/evm.md
Original file line number Diff line number Diff line change
Expand Up @@ -1633,7 +1633,7 @@ The various `CALL*` (and other inter-contract control flow) operations will be d
<k> #call ACCTFROM ACCTTO ACCTCODE VALUE APPVALUE ARGS STATIC
=> #let DELEGATED_ACCOUNT = #asAccount(#range(CODE,3,20)) #in
(#accessAccounts DELEGATED_ACCOUNT
~> #callWithCode ACCTFROM ACCTTO ACCTCODE #getAccountCode(DELEGATED_ACCOUNT) VALUE APPVALUE ARGS STATIC )
~> #callWithCode ACCTFROM ACCTTO DELEGATED_ACCOUNT #getAccountCode(DELEGATED_ACCOUNT) VALUE APPVALUE ARGS STATIC )
...
</k>
<schedule> SCHED </schedule>
Expand Down
Loading
Loading