mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-18 22:35:39 +01:00
Merge bitcoin/bitcoin#26194: rpc, wallet: use the same next_index key in listdescriptors and importdescriptors
b082f28101rpc, wallet: use the same `next_index` in listdescriptors and importdescriptors (w0xlt) Pull request description: Currently `listdescriptors` RPC uses `next` key to represent `WalletDescriptor::next_index` while `importdescriptors` uses `next_index`. This creates two different descriptor formats. This PR changes `listdescriptors` to use the same key as `importdescriptors`. ACKs for top commit: achow101: ACKb082f28101aureleoules: reACKb082f28101Tree-SHA512: c29ec59051878e614d749ed6dc85e5c14ad00db0e8fcbce3f5066d1aae85ef07ca70f02920299e48d191b7387024fe224b0054c4191a5951cb805106f7b8e37b
This commit is contained in:
4
doc/release-note-26194.md
Normal file
4
doc/release-note-26194.md
Normal file
@@ -0,0 +1,4 @@
|
||||
Add `next_index` in `listdescriptors` RPC
|
||||
-----------------
|
||||
|
||||
- Added a new `next_index` field in the response in `listdescriptors` to have the same format as `importdescriptors`
|
||||
Reference in New Issue
Block a user