mirror of
https://github.com/alexgo-io/gaze-brc20-indexer.git
synced 2026-01-12 06:24:33 +08:00
feat: add todo note
This commit is contained in:
@@ -87,6 +87,7 @@ func (h *HttpHandler) GetTokenInfo(ctx *fiber.Ctx) (err error) {
|
||||
return nil
|
||||
})
|
||||
group.Go(func() error {
|
||||
// TODO: at block height to parameter.
|
||||
firstInscriptionNumber, lastInscriptionNumber, err = h.usecase.GetFirstLastInscriptionNumberByTick(groupctx, req.Id)
|
||||
if err != nil {
|
||||
return errors.Wrap(err, "error during GetFirstLastInscriptionNumberByTick")
|
||||
|
||||
Reference in New Issue
Block a user