CodeChain-io / CodeChain-io/codechain-indexer
Wrong aggregation of UTXO
Aperta
bug
- Lingua principale
- TypeScript
- Stelle
- 21
- Fork
- 15
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
Currently, the type of the `address` field is `string` and it's an empty string(`""`) when the address is unavailable.
The problem is, aggregation is done by GROUP BY of `address`. It must be changed to GROUP BY of `lockScriptHash` and `parameters`.
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.