We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
<codeAddr>
1 parent 12f4df7 commit 30022aeCopy full SHA for 30022ae
1 file changed
kevm-pyk/src/kevm_pyk/kproj/evm-semantics/evm.md
@@ -1633,7 +1633,7 @@ The various `CALL*` (and other inter-contract control flow) operations will be d
1633
<k> #call ACCTFROM ACCTTO ACCTCODE VALUE APPVALUE ARGS STATIC
1634
=> #let DELEGATED_ACCOUNT = #asAccount(#range(CODE,3,20)) #in
1635
(#accessAccounts DELEGATED_ACCOUNT
1636
- ~> #callWithCode ACCTFROM ACCTTO ACCTCODE #getAccountCode(DELEGATED_ACCOUNT) VALUE APPVALUE ARGS STATIC )
+ ~> #callWithCode ACCTFROM ACCTTO DELEGATED_ACCOUNT #getAccountCode(DELEGATED_ACCOUNT) VALUE APPVALUE ARGS STATIC )
1637
...
1638
</k>
1639
<schedule> SCHED </schedule>
0 commit comments