diff options
author | obscuren <geffobscura@gmail.com> | 2015-04-09 23:27:43 +0800 |
---|---|---|
committer | obscuren <geffobscura@gmail.com> | 2015-04-09 23:39:02 +0800 |
commit | 764a802eaa33892447b82069ee1b1bb5a478837b (patch) | |
tree | 02daa2105b89b5b6419521785f6f54d217ed544c /eth | |
parent | 663fd8f8491fcf10429388237cbb361856c6e49c (diff) | |
download | dexon-764a802eaa33892447b82069ee1b1bb5a478837b.tar.gz dexon-764a802eaa33892447b82069ee1b1bb5a478837b.tar.zst dexon-764a802eaa33892447b82069ee1b1bb5a478837b.zip |
Disabled TD check
@zelig: Temporarily commented out TD check untill the rest of the network has
been fixed.
Diffstat (limited to 'eth')
-rw-r--r-- | eth/protocol.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eth/protocol.go b/eth/protocol.go index 53855908b..878038f74 100644 --- a/eth/protocol.go +++ b/eth/protocol.go @@ -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) |