소스 검색

eth: remove unused field (#20049)

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