Skip to content

Commit

Permalink
update cursor
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard-Voiculescu committed Sep 1, 2023
1 parent d280035 commit d96093f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions accountresolver/processor.go
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,9 @@ func (p *Processor) ProcessBlock(ctx context.Context, block *pbsol.Block) error
return fmt.Errorf("managing address lookup at block %d: %w", block.Slot, err)
}
}

p.cursor.slotNum = block.Slot

return nil
}

Expand Down

0 comments on commit d96093f

Please sign in to comment.