We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 108af8c commit 417eb44Copy full SHA for 417eb44
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