aboutsummaryrefslogtreecommitdiffstats
path: root/eth
diff options
context:
space:
mode:
Diffstat (limited to 'eth')
-rw-r--r--eth/backend.go2
1 files changed, 0 insertions, 2 deletions
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