doc: add release note for #27432 (utxo-to-sqlite tool)

This commit is contained in:
Sebastian Falbesoner 2025-02-16 02:20:34 +01:00
parent 43e71f7498
commit 95722d048a

View file

@ -0,0 +1,7 @@
Tools and Utilities
-------------------
- A new tool [`utxo_to_sqlite.py`](/contrib/utxo-tools/utxo_to_sqlite.py)
converts a compact-serialized UTXO snapshot (as created with the
`dumptxoutset` RPC) to a SQLite3 database. Refer to the script's `--help`
output for more details. (#27432)