diff --git a/lib/net/peer.js b/lib/net/peer.js index e68bb7e3..fa59d96f 100644 --- a/lib/net/peer.js +++ b/lib/net/peer.js @@ -1822,7 +1822,7 @@ Peer.prototype.handleSendCmpct = co(function* handleSendCmpct(packet) { // would you even _want_ non-witness // blocks if you use segwit??). if (this.compactMode !== -1) { - this.logger.info( + this.logger.debug( 'Peer sent a duplicate sendcmpct (%s).', this.hostname()); return;