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
1fb3b6f574
commit
f3e50fc91a
@ -435,6 +435,7 @@ func ExecV3(ctx context.Context,
|
||||
rwLoopG, rwLoopCtx = errgroup.WithContext(rwLoopCtx)
|
||||
defer rwLoopG.Wait()
|
||||
rwLoopG.Go(func() error {
|
||||
defer rws.Close()
|
||||
defer in.Close()
|
||||
defer applyLoopWg.Wait()
|
||||
return rwLoop(rwLoopCtx)
|
||||
|
Loading…
Reference in New Issue
Block a user