mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-13 12:33:42 +02:00
Merge bitcoin/bitcoin#31879: doc: add release note for #27432 (utxo-to-sqlite tool)
95722d048adoc: add release note for #27432 (utxo-to-sqlite tool) (Sebastian Falbesoner) Pull request description: This PR adds a missing release note for https://github.com/bitcoin/bitcoin/pull/27432. ACKs for top commit: kevkevinpal: ACK [95722d0](https://github.com/bitcoin/bitcoin/pull/31879/commits/95722d048a85a313b35c69459680f734feb67695) Tree-SHA512: 47714182e814fb825dbaeede46a1b496c4b87f3c5bfa61ada00138926a6bf9eb9a3f99636eb698a7bcda6642f73d0a8c5bf531a726750d594decca8ba6a56e3a
This commit is contained in:
commit
db36a92c02
1 changed files with 7 additions and 0 deletions
7
doc/release-notes-27432.md
Normal file
7
doc/release-notes-27432.md
Normal 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)
|
||||
Loading…
Add table
Add a link
Reference in a new issue