Disabled TD check
@zelig: Temporarily commented out TD check untill the rest of the network has been fixed.
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user