op-e2e: Fix race condition with removing included tx from the pool
The tx pool updates async, so the list of pending transactions may contain transactions included in a block if the tx pool update hasn't completed. Filter any transactions with nonces that are too low to avoid this race condition.
Showing
op-e2e/actions/tx_helper.go
0 → 100644
Please register or sign in to comment