mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-07-27 00:28:52 +02:00
doc: Add release notes for 32489 (exportwatchonlywallet RPC)
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