mirror of
https://github.com/kaspanet/kaspad.git
synced 2025-03-30 15:08:33 +00:00
Accepted transactions should log at debug level.
This commit is contained in:
parent
efb54784c8
commit
bba9fed133
@ -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()
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user