mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-21 14:34:49 +01:00
doc, rpc: mention that listdescriptors
result is sorted by string representation
This commit is contained in:
parent
d99af861d0
commit
810c3dc7ef
1 changed files with 1 additions and 1 deletions
|
@ -1760,7 +1760,7 @@ RPCHelpMan listdescriptors()
|
|||
},
|
||||
RPCResult{RPCResult::Type::OBJ, "", "", {
|
||||
{RPCResult::Type::STR, "wallet_name", "Name of wallet this operation was performed on"},
|
||||
{RPCResult::Type::ARR, "descriptors", "Array of descriptor objects",
|
||||
{RPCResult::Type::ARR, "descriptors", "Array of descriptor objects (sorted by descriptor string representation)",
|
||||
{
|
||||
{RPCResult::Type::OBJ, "", "", {
|
||||
{RPCResult::Type::STR, "desc", "Descriptor string representation"},
|
||||
|
|
Loading…
Add table
Reference in a new issue