aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-24 17:41:57 +0800
committerobscuren <geffobscura@gmail.com>2014-09-24 17:41:57 +0800
commitba43364f36db690528cc62196969414ef5e98833 (patch)
treebe633c76ab7876e40337606625f524e82b11567a /ethereum.go
parent57dc435f9b928f5de2a49736a2c71a7bf611289a (diff)
downloadgo-tangerine-ba43364f36db690528cc62196969414ef5e98833.tar.gz
go-tangerine-ba43364f36db690528cc62196969414ef5e98833.tar.zst
go-tangerine-ba43364f36db690528cc62196969414ef5e98833.zip
tmp
Diffstat (limited to 'ethereum.go')
-rw-r--r--ethereum.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/ethereum.go b/ethereum.go
index 09665336c..8f667b786 100644
--- a/ethereum.go
+++ b/ethereum.go
@@ -383,7 +383,6 @@ func (s *Ethereum) ReapDeadPeerHandler() {
// Start the ethereum
func (s *Ethereum) Start(seed bool) {
s.reactor.Start()
- s.blockPool.Start()
// Bind to addr and port
ln, err := net.Listen("tcp", ":"+s.Port)
if err != nil {