Skip to content

Commit

Permalink
fix(tests): EIP-4844 comment
Browse files Browse the repository at this point in the history
  • Loading branch information
marioevz committed Dec 14, 2024
1 parent 7029dd4 commit be5fec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/cancun/eip4844_blobs/test_blob_txs.py
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,7 @@ def test_blob_tx_attribute_calldata_opcodes(

@pytest.mark.parametrize("tx_max_priority_fee_per_gas", [0, 2]) # always below data fee
@pytest.mark.parametrize("tx_max_fee_per_blob_gas_delta", [0, 1]) # normal and above priority fee
@pytest.mark.parametrize("tx_max_fee_per_gas", [100]) # always above priority fee
@pytest.mark.parametrize("tx_max_fee_per_gas", [100]) # always above priority fee (FOR CANCUN)
@pytest.mark.parametrize("opcode", [Op.GASPRICE], indirect=True)
@pytest.mark.parametrize("tx_gas", [500_000])
@pytest.mark.valid_from("Cancun")
Expand Down

0 comments on commit be5fec5

Please sign in to comment.