aboutsummaryrefslogtreecommitdiffstats
path: root/blockpool/peers.go
diff options
context:
space:
mode:
Diffstat (limited to 'blockpool/peers.go')
-rw-r--r--blockpool/peers.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/blockpool/peers.go b/blockpool/peers.go
index 5f1b2017c..576d6e41d 100644
--- a/blockpool/peers.go
+++ b/blockpool/peers.go
@@ -503,7 +503,7 @@ LOOP:
// quitting on timeout
case <-self.suicide:
- self.peerError(self.bp.peers.errors.New(ErrInsufficientChainInfo, "timed out without providing block hashes or head block", currentBlockHash))
+ self.peerError(self.bp.peers.errors.New(ErrInsufficientChainInfo, "timed out without providing block hashes or head block %x", currentBlockHash))
self.bp.status.lock.Lock()
self.bp.status.badPeers[self.id]++