mirror of
https://github.com/alexgo-io/gaze-brc20-indexer.git
synced 2026-01-12 22:22:19 +08:00
feat: add todo note
This commit is contained in:
@@ -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
|
// filter by req.Id if exists
|
||||||
{
|
{
|
||||||
utxoList = lo.Filter(utxoList, func(u utxo, _ int) bool {
|
utxoList = lo.Filter(utxoList, func(u utxo, _ int) bool {
|
||||||
|
|||||||
Reference in New Issue
Block a user