From 04a4b1ed56e3b05995cec590fb0b06dbdab004ec Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Wed, 19 Apr 2023 12:22:53 +0700 Subject: [PATCH] save --- eth/stagedsync/exec3.go | 1 + 1 file changed, 1 insertion(+) diff --git a/eth/stagedsync/exec3.go b/eth/stagedsync/exec3.go index 544e04d44..2e3925c33 100644 --- a/eth/stagedsync/exec3.go +++ b/eth/stagedsync/exec3.go @@ -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 }