mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-25 13:07:17 +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)
|
||||
}
|
||||
}
|
||||
log.Warn("[dbg] before drain resultqueue", "txnum", strings.Join(msg))
|
||||
log.Warn("[dbg] before drain resultqueue", "txnum", strings.Join(msg, ","))
|
||||
q.Unlock()
|
||||
|
||||
select {
|
||||
|
Loading…
Reference in New Issue
Block a user