From 279bc6063b3627f13c1bd15f05c625a635fbd99f Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Wed, 19 Apr 2023 12:50:35 +0700 Subject: [PATCH] save --- eth/stagedsync/exec3.go | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eth/stagedsync/exec3.go b/eth/stagedsync/exec3.go index 544e04d44..fbda45c6d 100644 --- a/eth/stagedsync/exec3.go +++ b/eth/stagedsync/exec3.go @@ -229,6 +229,8 @@ func ExecV3(ctx context.Context, var lastBlockNum uint64 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 { return err }