Skip to content

Commit 8b8f077

Browse files
committed
Update src/ethereum/forks/amsterdam/fork.py
1 parent b7d6c7b commit 8b8f077

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • src/ethereum/forks/amsterdam

src/ethereum/forks/amsterdam/fork.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -569,7 +569,7 @@ def check_transaction(
569569
raise GasUsedExceedsLimitError("regular gas used exceeds limit")
570570

571571
if tx.gas > state_gas_available:
572-
raise GasUsedExceedsLimitError("gas used exceeds limit")
572+
raise GasUsedExceedsLimitError("state gas used exceeds limit")
573573

574574
tx_blob_gas_used = calculate_total_blob_gas(tx)
575575
if tx_blob_gas_used > blob_gas_available:

0 commit comments

Comments
 (0)