aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNguyen Kien Trung <trung.n.k@gmail.com>2019-09-11 06:38:42 +0800
committerPéter Szilágyi <peterke@gmail.com>2019-09-11 06:38:42 +0800
commit52a967cfab1f01120a4324e25c655a5a1497fcd3 (patch)
tree6123446ab8e7d52f4e50940972e2f62c5138c755
parent305ed955db2e4db840a03613e058d65bd880b900 (diff)
downloadgo-tangerine-52a967cfab1f01120a4324e25c655a5a1497fcd3.tar
go-tangerine-52a967cfab1f01120a4324e25c655a5a1497fcd3.tar.gz
go-tangerine-52a967cfab1f01120a4324e25c655a5a1497fcd3.tar.bz2
go-tangerine-52a967cfab1f01120a4324e25c655a5a1497fcd3.tar.lz
go-tangerine-52a967cfab1f01120a4324e25c655a5a1497fcd3.tar.xz
go-tangerine-52a967cfab1f01120a4324e25c655a5a1497fcd3.tar.zst
go-tangerine-52a967cfab1f01120a4324e25c655a5a1497fcd3.zip
eth: remove unused field (#20049)
-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