eth: remove unused field (#20049)

This commit is contained in:
Nguyen Kien Trung 2019-09-10 18:38:42 -04:00 committed by Péter Szilágyi
parent 305ed955db
commit 52a967cfab

View File

@ -69,8 +69,6 @@ type Ethereum struct {
// Channel for shutting down the service
shutdownChan chan bool
server *p2p.Server
// Handlers
txPool *core.TxPool
blockchain *core.BlockChain