Change rate limit debug messages to trace level.
This commit is contained in:
parent
93140802ba
commit
a87e6fbdea
1 changed files with 1 additions and 1 deletions
|
@ -890,7 +890,7 @@ func (mp *txMemPool) maybeAcceptTransaction(tx *btcutil.Tx, isOrphan *bool, isNe
|
||||||
oldTotal := mp.pennyTotal
|
oldTotal := mp.pennyTotal
|
||||||
|
|
||||||
mp.pennyTotal += float64(tx.MsgTx().SerializeSize())
|
mp.pennyTotal += float64(tx.MsgTx().SerializeSize())
|
||||||
txmpLog.Debugf("rate limit: curTotal %v, nextTotal: %v, "+
|
txmpLog.Tracef("rate limit: curTotal %v, nextTotal: %v, "+
|
||||||
"limit %v", oldTotal, mp.pennyTotal,
|
"limit %v", oldTotal, mp.pennyTotal,
|
||||||
cfg.FreeTxRelayLimit*10*1000)
|
cfg.FreeTxRelayLimit*10*1000)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue