Nguyen Kien Trung пре 6 година
родитељ
комит
52a967cfab
1 измењених фајлова са 0 додато и 2 уклоњено
  1. 0 2
      eth/backend.go

+ 0 - 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