mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-24 20:47:16 +00:00
save
This commit is contained in:
parent
94770020ec
commit
04a4b1ed56
@ -229,6 +229,7 @@ func ExecV3(ctx context.Context,
|
||||
var lastBlockNum uint64
|
||||
|
||||
for outputTxNum.Load() <= maxTxNum {
|
||||
log.Warn("[dbg] before drain", "outputTxNum.Load()", outputTxNum.Load(), "maxTxNum", maxTxNum)
|
||||
if err := rws.Drain(ctx); err != nil {
|
||||
return err
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user