core/txpool/blobpool: revert part of #30437, return all reinject-addresses
This commit is contained in:
parent
bb9897f11b
commit
9274f28210
@ -949,9 +949,7 @@ func (p *BlobPool) reorg(oldHead, newHead *types.Header) (map[common.Address][]*
|
||||
lost = append(lost, tx)
|
||||
}
|
||||
}
|
||||
if len(lost) > 0 {
|
||||
reinject[addr] = lost
|
||||
}
|
||||
reinject[addr] = lost
|
||||
|
||||
// Update the set that was already reincluded to track the blocks in limbo
|
||||
for _, tx := range types.TxDifference(included[addr], discarded[addr]) {
|
||||
|
Loading…
Reference in New Issue
Block a user