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 50c6845 commit fea2f28Copy full SHA for fea2f28
tests/osaka/eip7594_peerdas/test_max_blob_per_tx.py
@@ -177,7 +177,7 @@ def test_max_blobs_per_tx_fork_transition(
177
exception=[expected_exception],
178
)
179
post_fork_block = Block(
180
- txs=[tx.with_nonce(2).with_error(expected_exception)],
+ txs=[tx.with_nonce(1).with_error(expected_exception)],
181
timestamp=FORK_TIMESTAMP + 1,
182
183
0 commit comments