We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35cbc49 commit 4958358Copy full SHA for 4958358
cairo/ethereum/prague/vm/interpreter.cairo
@@ -575,8 +575,8 @@ func process_message_call{
575
logs=squashed_evm.value.logs,
576
accounts_to_delete=squashed_evm.value.accounts_to_delete,
577
error=squashed_evm.value.error,
578
- accessed_storage_keys=squashed_evm.value.accessed_storage_keys,
579
return_data=squashed_evm.value.return_data,
+ accessed_storage_keys=squashed_evm.value.accessed_storage_keys,
580
),
581
);
582
return msg;
@@ -617,8 +617,8 @@ func create_empty_message_call_output(
617
logs=empty_tuple_log,
618
accounts_to_delete=empty_set1,
619
error=error,
620
- accessed_storage_keys=empty_set3,
621
return_data=return_data,
+ accessed_storage_keys=empty_set3,
622
623
624
0 commit comments