CodeChain-io / CodeChain-io/codechain-indexer
Wrong aggregation of UTXO
Offen
bug
- Vorherrschende Sprache
- TypeScript
- Sterne
- 21
- Forks
- 15
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
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`.
Beitragsleitfaden
Für dieses Repository ist kein Beitragsleitfaden indexiert
Bewertung
Dieses Issue wurde noch nicht bewertet.