mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-05-21 15:29:27 +00:00
eth: remove unused field (#20049)
This commit is contained in:
parent
305ed955db
commit
52a967cfab
1 changed files with 0 additions and 2 deletions
|
|
@ -69,8 +69,6 @@ type Ethereum struct {
|
||||||
// Channel for shutting down the service
|
// Channel for shutting down the service
|
||||||
shutdownChan chan bool
|
shutdownChan chan bool
|
||||||
|
|
||||||
server *p2p.Server
|
|
||||||
|
|
||||||
// Handlers
|
// Handlers
|
||||||
txPool *core.TxPool
|
txPool *core.TxPool
|
||||||
blockchain *core.BlockChain
|
blockchain *core.BlockChain
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue