mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2025-01-12 22:10:05 +00:00
save
This commit is contained in:
parent
6e5e5e026c
commit
279bc6063b
@ -229,6 +229,8 @@ func ExecV3(ctx context.Context,
|
|||||||
var lastBlockNum uint64
|
var lastBlockNum uint64
|
||||||
|
|
||||||
for outputTxNum.Load() <= maxTxNum {
|
for outputTxNum.Load() <= maxTxNum {
|
||||||
|
|
||||||
|
log.Warn("[dbg] before drain", "outputTxNum.Load()", outputTxNum.Load(), "maxTxNum", maxTxNum, "rws.ResultChLen()", rws.ResultChLen(), "rws.Len", rws.Len())
|
||||||
if err := rws.Drain(ctx); err != nil {
|
if err := rws.Drain(ctx); err != nil {
|
||||||
return err
|
return err
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user