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) (#579)
commit ethereum/go-ethereum@0dd7e82. This situation(`len(txs) == 0`) rarely occurs, but if it does, it will panic. --------- Co-authored-by: maskpp <[email protected]> Co-authored-by: Martin HS <[email protected]>
- Loading branch information