Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
core/txpool/blobpool: avoid possible zero index panic (#30430)
This situation(`len(txs) == 0`) rarely occurs, but if it does, it will panic. --------- Co-authored-by: Martin HS <martin@swende.se>
- Loading branch information