From 221182f4153c928d5221bec41a3dba0335c58e47 Mon Sep 17 00:00:00 2001 From: billettc Date: Wed, 4 Oct 2023 12:29:36 -0400 Subject: [PATCH] yet a new log --- accountresolver/processor.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/accountresolver/processor.go b/accountresolver/processor.go index c134dc0e..b67afeb5 100644 --- a/accountresolver/processor.go +++ b/accountresolver/processor.go @@ -272,7 +272,7 @@ func (p *Processor) processMergeBlocksFiles(ctx context.Context, cursor *Cursor, p.logger.Info("skip block", zap.Uint64("slot", blk.Slot)) continue } - + p.logger.Info("handling block", zap.Uint64("slot", blk.Slot), zap.Uint64("parent_slot", blk.ParentSlot)) if cursor.slotNum != blk.ParentSlot { bundleReader.PushError(fmt.Errorf("cursor block num %d is not the same as parent slot num %d of block %d", cursor.slotNum, blk.ParentSlot, blk.Slot)) return