Skip to content

Commit f3eb894

Browse files
authored
Update fork.py
1 parent 2cce276 commit f3eb894

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/ethereum/cancun/fork.py

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -487,7 +487,12 @@ def process_system_transaction(
487487
data: Bytes,
488488
) -> MessageCallOutput:
489489
"""
490-
Process a system transaction.
490+
Process a system transaction with the given code.
491+
492+
Prefer calling `process_checked_system_transaction` or
493+
`process_unchecked_system_transaction` depending on
494+
whether missing code or an execution error should cause
495+
the block to be rejected.
491496
492497
Parameters
493498
----------

0 commit comments

Comments
 (0)