From 93d594cc8a082fc1cf980924161c7570f8270dc8 Mon Sep 17 00:00:00 2001 From: "alex.sharov" Date: Wed, 19 Apr 2023 12:25:27 +0700 Subject: [PATCH] save --- eth/stagedsync/exec3.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/eth/stagedsync/exec3.go b/eth/stagedsync/exec3.go index 2e3925c33..fbda45c6d 100644 --- a/eth/stagedsync/exec3.go +++ b/eth/stagedsync/exec3.go @@ -229,7 +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) + + 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 }