Permissionless-Software-Foundation / psf-slp-indexer

Indexer for validating SLP transactions. Uses LevelDB.
GNU General Public License v2.0
11 stars 6 forks source link

Handling corner-case of burned token UTXOs #27

Closed christroutner closed 2 years ago

christroutner commented 2 years ago

This fixes a corner case where an SLP token is burned in the same block as its parent TX. The UTXO is spent, but it's data is not deleted from the psf-slp-indexer addr database.

christroutner commented 2 years ago

:tada: This PR is included in version 1.13.0 :tada:

Your semantic-release bot :package::rocket: