Closed daniel-savu closed 4 years ago
Follow up to this conversation: https://github.com/Blockstream/esplora/issues/267
Adds a CLI flag (--index-unspendables) that relaxes filtering for transactions that will be indexed in electrs. More specifically, when this flag is enabled transactions with provably unspendable outputs are also indexed.
--index-unspendables
Looks good, thanks! I only have a couple of very small non-code nits, will merge once they're fixed.
Merged. Thanks for the contribution!
Follow up to this conversation: https://github.com/Blockstream/esplora/issues/267
Adds a CLI flag (
--index-unspendables
) that relaxes filtering for transactions that will be indexed in electrs. More specifically, when this flag is enabled transactions with provably unspendable outputs are also indexed.