mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-09-11 21:20:39 +02:00
Merge bitcoin/bitcoin#35650: doc: Add release notes for 32489 (exportwatchonlywallet RPC)
cddbad325ddoc: Add release notes for 32489 (exportwatchonlywallet RPC) (Pablo Martin) Pull request description: This is a follow-up to #32489. ACKs for top commit: polespinasa: ACKcddbad325dTree-SHA512: bfc14c1d8576395caea9636fcc57182c7fe027e397b8529d60901f7310e30acfe9157fbc0e11f6ad8c16c96cb96df9d7d70d0965c5e8a06d6fa3e9e7b5a65533
This commit is contained in:
15
doc/release-notes-32489.md
Normal file
15
doc/release-notes-32489.md
Normal file
@@ -0,0 +1,15 @@
|
||||
New RPCs
|
||||
--------
|
||||
|
||||
A new `exportwatchonlywallet` RPC creates a watchonly wallet file from an
|
||||
existing descriptor wallet. The exported file contains the wallet's public
|
||||
descriptors (with derived key caches where needed), transactions, and address
|
||||
book data, but no private keys. It can be imported on another node using the
|
||||
existing `restorewallet` RPC.
|
||||
|
||||
Wallet
|
||||
------
|
||||
|
||||
The [Offline Signing Tutorial](/doc/offline-signing-tutorial.md) has been
|
||||
updated to use `exportwatchonlywallet` for setting up the online watch-only
|
||||
wallet, replacing the previous manual descriptor import workflow.
|
||||
Reference in New Issue
Block a user