eth/backend: remove unused field

This commit is contained in:
Trung Nguyen 2019-09-10 11:49:27 -04:00
parent 305ed955db
commit c40a9ae78c
No known key found for this signature in database
GPG key ID: 4636434ED9505EB7

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