From 0ea38815ec28f306186ad3c8633f9671e2392975 Mon Sep 17 00:00:00 2001 From: jianguo Date: Thu, 7 Nov 2024 20:36:21 +0800 Subject: [PATCH] update --- sync/evmdownloader.go | 1 + 1 file changed, 1 insertion(+) diff --git a/sync/evmdownloader.go b/sync/evmdownloader.go index 13539f2f..6e9f6112 100644 --- a/sync/evmdownloader.go +++ b/sync/evmdownloader.go @@ -197,6 +197,7 @@ func (d *EVMDownloaderImplementation) GetEventsByBlockRange(ctx context.Context, ) return d.GetEventsByBlockRange(ctx, fromBlock, toBlock) } + log.Infof("zjg, GetEventsByBlockRange, l.TxHash:%v", l.TxHash.String()) blocks = append(blocks, EVMBlock{ EVMBlockHeader: EVMBlockHeader{ Num: l.BlockNumber,