mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-08 07:58:40 +00:00
dropStore deletes l.index[txhash] which already points to newID after setAndIndex succeeds. Instead, inline the cleanup: delete store slot and groups entry only, leaving the index mapping intact. This matches the pattern used in finalize() and addLocked() replacement path where store Delete is done without touching the index. |
||
|---|---|---|
| .. | ||
| blobpool | ||
| legacypool | ||
| locals | ||
| errors.go | ||
| reserver.go | ||
| subpool.go | ||
| txpool.go | ||
| validation.go | ||
| validation_test.go | ||