diff --git a/mempool.go b/mempool.go index e153307f..4401225a 100644 --- a/mempool.go +++ b/mempool.go @@ -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()