diff --git a/peer.go b/peer.go index 9ec5baed..a5997072 100644 --- a/peer.go +++ b/peer.go @@ -422,7 +422,7 @@ func (p *peer) handleTxMsg(msg *btcwire.MsgTx) { // so log it as such. Otherwise, something really did go wrong, // so log it as an actual error. if _, ok := err.(TxRuleError); ok { - log.Infof("Rejected transaction %v: %v", hash, err) + log.Debugf("Rejected transaction %v: %v", hash, err) } else { log.Errorf("Failed to process transaction %v: %v", hash, err) }