This commit is contained in:
obscuren
2014-09-24 11:55:02 +02:00
parent 57dc435f9b
commit b66fcf85df
2 changed files with 32 additions and 22 deletions

View File

@ -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 {