mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-25 06:06:44 +00:00
eth: remove lastDirect
This commit is contained in:
parent
256bf9d8b0
commit
59b224af5f
1 changed files with 4 additions and 5 deletions
|
|
@ -124,7 +124,6 @@ type handler struct {
|
||||||
txpool txPool
|
txpool txPool
|
||||||
chain *core.BlockChain
|
chain *core.BlockChain
|
||||||
maxPeers int
|
maxPeers int
|
||||||
lastDirect atomic.Int64 // Last number of peers we sent transactions to, used to stabilize the randomness
|
|
||||||
|
|
||||||
downloader *downloader.Downloader
|
downloader *downloader.Downloader
|
||||||
txFetcher *fetcher.TxFetcher
|
txFetcher *fetcher.TxFetcher
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue