From 5c61760fef50699f2225dbb15fc5c01be63b25b4 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Mon, 9 May 2016 00:51:12 -0700 Subject: [PATCH] minor. --- lib/bcoin/pool.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/bcoin/pool.js b/lib/bcoin/pool.js index eb3417d9..1ca08ca9 100644 --- a/lib/bcoin/pool.js +++ b/lib/bcoin/pool.js @@ -2214,7 +2214,7 @@ Pool.prototype.isMisbehaving = function isMisbehaving(host) { Pool.prototype.reject = function reject(peer, obj, code, reason, score) { if (obj) { bcoin.debug('Rejecting %s %s from %s: ccode=%s reason=%s', - obj.type || 'block', obj.hash('hex'), peer.host, code, reason); + obj.type || 'block', obj.rhash, peer.host, code, reason); peer.reject({ ccode: code,