Some miner reports

This commit is contained in:
obscuren
2014-01-13 01:22:33 +01:00
parent 7ade1778fb
commit 578b63e2b8
5 changed files with 13 additions and 6 deletions

View File

@ -138,15 +138,15 @@ func (s *Server) Start() {
}()
// TMP
/*
go func() {
//time.Sleep(500 * time.Millisecond)
for {
s.Broadcast("block", s.blockManager.bc.GenesisBlock().MarshalRlp())
time.Sleep(1000 * time.Millisecond)
}
}()
*/
}
func (s *Server) Stop() {