feat: add todo note

This commit is contained in:
Gaze
2024-06-13 04:02:25 +07:00
parent 70434caa6a
commit f2adf82121

View File

@@ -112,6 +112,7 @@ func (h *HttpHandler) GetUTXOsByAddress(ctx *fiber.Ctx) (err error) {
})
}
// TODO: filter tickers in pg query
// filter by req.Id if exists
{
utxoList = lo.Filter(utxoList, func(u utxo, _ int) bool {