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 b7d6c7b commit 8b8f077Copy full SHA for 8b8f077
1 file changed
src/ethereum/forks/amsterdam/fork.py
@@ -569,7 +569,7 @@ def check_transaction(
569
raise GasUsedExceedsLimitError("regular gas used exceeds limit")
570
571
if tx.gas > state_gas_available:
572
- raise GasUsedExceedsLimitError("gas used exceeds limit")
+ raise GasUsedExceedsLimitError("state gas used exceeds limit")
573
574
tx_blob_gas_used = calculate_total_blob_gas(tx)
575
if tx_blob_gas_used > blob_gas_available:
0 commit comments