Accepted transactions should log at debug level.
This commit is contained in:
parent
efb54784c8
commit
bba9fed133
1 changed files with 1 additions and 1 deletions
|
@ -663,7 +663,7 @@ func (mp *txMemPool) maybeAcceptTransaction(tx *btcwire.MsgTx, isOrphan *bool) e
|
||||||
mp.addTransaction(tx, &txHash)
|
mp.addTransaction(tx, &txHash)
|
||||||
|
|
||||||
mp.lock.RLock()
|
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))
|
len(mp.pool))
|
||||||
mp.lock.RUnlock()
|
mp.lock.RUnlock()
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue