diff --git a/eth/backend.go b/eth/backend.go index ce37541f4..83e05e96a 100644 --- a/eth/backend.go +++ b/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