Skip to content

Commit

Permalink
yet a new log
Browse files Browse the repository at this point in the history
  • Loading branch information
billettc committed Oct 4, 2023
1 parent 712ac73 commit 221182f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion accountresolver/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 221182f

Please sign in to comment.