Accepted transactions should log at debug level.

This commit is contained in:
Dave Collins 2013-10-04 14:16:55 -05:00
parent efb54784c8
commit bba9fed133

View file

@ -663,7 +663,7 @@ func (mp *txMemPool) maybeAcceptTransaction(tx *btcwire.MsgTx, isOrphan *bool) e
mp.addTransaction(tx, &txHash)
mp.lock.RLock()
log.Infof("[TXMP] Accepted transaction %v (pool size: %v)", txHash,
log.Debugf("[TXMP] Accepted transaction %v (pool size: %v)", txHash,
len(mp.pool))
mp.lock.RUnlock()