feat: add todo note

This commit is contained in:
Gaze
2024-06-14 05:21:58 +07:00
parent f3c944a57b
commit 7bf21cbdea

View File

@@ -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")