eth: remove unused field (#20049)

pull/20051/head
Nguyen Kien Trung 5 years ago committed by Péter Szilágyi
parent 305ed955db
commit 52a967cfab
  1. 2
      eth/backend.go

@ -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

Loading…
Cancel
Save