eth: remove lastDirect

This commit is contained in:
Felix Lange 2025-08-26 10:49:44 +02:00
parent 256bf9d8b0
commit 59b224af5f

View file

@ -124,7 +124,6 @@ type handler struct {
txpool txPool
chain *core.BlockChain
maxPeers int
lastDirect atomic.Int64 // Last number of peers we sent transactions to, used to stabilize the randomness
downloader *downloader.Downloader
txFetcher *fetcher.TxFetcher