diff options
Diffstat (limited to 'blockpool')
-rw-r--r-- | blockpool/peers.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/blockpool/peers.go b/blockpool/peers.go index 576d6e41d..9c4ffc5c6 100644 --- a/blockpool/peers.go +++ b/blockpool/peers.go @@ -214,6 +214,7 @@ func (self *peers) addPeer( // check peer current head if self.bp.hasBlock(currentBlockHash) { // peer not ahead + plog.Debugf("addPeer: peer <%v> with td %v and current block %s is behind", id, td, hex(currentBlockHash)) return false } |