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
6ed147b327
commit
224cf6c513
@ -334,7 +334,7 @@ func (q *ResultsQueue) Drain(ctx context.Context) error {
|
|||||||
msg = append(msg, t.TxNum)
|
msg = append(msg, t.TxNum)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
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