mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 21:17:16 +00:00
save
This commit is contained in:
parent
132cc8854f
commit
6e5e5e026c
@ -334,7 +334,9 @@ func (q *ResultsQueue) Drain(ctx context.Context) error {
|
|||||||
msg = append(msg, fmt.Sprintf("%d", t.TxNum))
|
msg = append(msg, fmt.Sprintf("%d", t.TxNum))
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if len(msg) > 0 {
|
||||||
log.Warn("[dbg] before drain resultqueue", "txnum", strings.Join(msg, ","))
|
log.Warn("[dbg] before drain resultqueue", "txnum", strings.Join(msg, ","))
|
||||||
|
}
|
||||||
q.Unlock()
|
q.Unlock()
|
||||||
|
|
||||||
select {
|
select {
|
||||||
|
Loading…
Reference in New Issue
Block a user