diff options
author | obscuren <geffobscura@gmail.com> | 2014-09-24 17:55:02 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2014-09-24 17:55:02 +0800 |
commit | b66fcf85dfecb13c3ed2b9f46ad6bb257ce84411 (patch) | |
tree | cdb2d4af2d19aebe6a58851fca7ceb4a4bf45c44 /ethereum.go | |
parent | 57dc435f9b928f5de2a49736a2c71a7bf611289a (diff) | |
download | go-tangerine-b66fcf85dfecb13c3ed2b9f46ad6bb257ce84411.tar.gz go-tangerine-b66fcf85dfecb13c3ed2b9f46ad6bb257ce84411.tar.zst go-tangerine-b66fcf85dfecb13c3ed2b9f46ad6bb257ce84411.zip |
checkp
Diffstat (limited to 'ethereum.go')
-rw-r--r-- | ethereum.go | 1 |
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 { |