diff --git a/lib/node/fullnode.js b/lib/node/fullnode.js index 74f0ca03..2f8583c5 100644 --- a/lib/node/fullnode.js +++ b/lib/node/fullnode.js @@ -179,6 +179,8 @@ Fullnode.prototype._init = function _init() { }); this.pool.on('error', function(err) { + if (err.reason === 'insufficient priority') + return self.logger.spam(err.message); self._error(err); });