Skip to content

Commit 30022ae

Browse files
committed
Fix <codeAddr> tracking for delegated calls
1 parent 12f4df7 commit 30022ae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • kevm-pyk/src/kevm_pyk/kproj/evm-semantics

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1633,7 +1633,7 @@ The various `CALL*` (and other inter-contract control flow) operations will be d
16331633
<k> #call ACCTFROM ACCTTO ACCTCODE VALUE APPVALUE ARGS STATIC
16341634
=> #let DELEGATED_ACCOUNT = #asAccount(#range(CODE,3,20)) #in
16351635
(#accessAccounts DELEGATED_ACCOUNT
1636-
~> #callWithCode ACCTFROM ACCTTO ACCTCODE #getAccountCode(DELEGATED_ACCOUNT) VALUE APPVALUE ARGS STATIC )
1636+
~> #callWithCode ACCTFROM ACCTTO DELEGATED_ACCOUNT #getAccountCode(DELEGATED_ACCOUNT) VALUE APPVALUE ARGS STATIC )
16371637
...
16381638
</k>
16391639
<schedule> SCHED </schedule>

0 commit comments

Comments
 (0)