merge error

This commit is contained in:
obscuren
2014-09-24 21:13:28 +02:00
parent bb4495722f
commit 3aeba50c38
2 changed files with 4 additions and 5 deletions

View File

@@ -386,6 +386,7 @@ 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 {