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 2cce276 commit f3eb894Copy full SHA for f3eb894
src/ethereum/cancun/fork.py
@@ -487,7 +487,12 @@ def process_system_transaction(
487
data: Bytes,
488
) -> MessageCallOutput:
489
"""
490
- Process a system transaction.
+ 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.
496
497
Parameters
498
----------
0 commit comments