mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-10 04:51:20 +00:00
less logs
This commit is contained in:
parent
faf600b0f0
commit
dc74cf0404
@ -604,9 +604,9 @@ func (a *Aggregator) findMergeRange(maxEndTxNum, maxSpan uint64) Ranges {
|
|||||||
r.storage = a.storage.findMergeRange(maxEndTxNum, maxSpan)
|
r.storage = a.storage.findMergeRange(maxEndTxNum, maxSpan)
|
||||||
r.code = a.code.findMergeRange(maxEndTxNum, maxSpan)
|
r.code = a.code.findMergeRange(maxEndTxNum, maxSpan)
|
||||||
r.commitment = a.commitment.findMergeRange(maxEndTxNum, maxSpan)
|
r.commitment = a.commitment.findMergeRange(maxEndTxNum, maxSpan)
|
||||||
if r.any() {
|
//if r.any() {
|
||||||
log.Info(fmt.Sprintf("findMergeRange(%d, %d)=%+v\n", maxEndTxNum, maxSpan, r))
|
//log.Info(fmt.Sprintf("findMergeRange(%d, %d)=%+v\n", maxEndTxNum, maxSpan, r))
|
||||||
}
|
//}
|
||||||
return r
|
return r
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user