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,