aboutsummaryrefslogtreecommitdiffstats
path: root/ethereum.go
diff options
context:
space:
mode:
authorobscuren <geffobscura@gmail.com>2014-09-24 17:55:02 +0800
committerobscuren <geffobscura@gmail.com>2014-09-24 17:55:02 +0800
commitb66fcf85dfecb13c3ed2b9f46ad6bb257ce84411 (patch)
treecdb2d4af2d19aebe6a58851fca7ceb4a4bf45c44 /ethereum.go
parent57dc435f9b928f5de2a49736a2c71a7bf611289a (diff)
downloadgo-tangerine-b66fcf85dfecb13c3ed2b9f46ad6bb257ce84411.tar
go-tangerine-b66fcf85dfecb13c3ed2b9f46ad6bb257ce84411.tar.gz
go-tangerine-b66fcf85dfecb13c3ed2b9f46ad6bb257ce84411.tar.bz2
go-tangerine-b66fcf85dfecb13c3ed2b9f46ad6bb257ce84411.tar.lz
go-tangerine-b66fcf85dfecb13c3ed2b9f46ad6bb257ce84411.tar.xz
go-tangerine-b66fcf85dfecb13c3ed2b9f46ad6bb257ce84411.tar.zst
go-tangerine-b66fcf85dfecb13c3ed2b9f46ad6bb257ce84411.zip
checkp
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 {