Disabled TD check

@zelig: Temporarily commented out TD check untill the rest of the network has
been fixed.
This commit is contained in:
obscuren
2015-04-09 17:27:43 +02:00
parent 663fd8f849
commit 764a802eaa
3 changed files with 5 additions and 1 deletions

View File

@ -385,7 +385,7 @@ func (self *ethProtocol) sendStatus() error {
func (self *ethProtocol) protoErrorDisconnect(err *errs.Error) {
//err.Log(self.peer.Logger)
err.Log(glog.V(logger.Debug))
err.Log(glog.V(logger.Info))
/*
if err.Fatal() {
self.peer.Disconnect(p2p.DiscSubprotocolError)