mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-06 14:19:59 -05: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{RPCResult::Type::OBJ, "", "", {
|
||||||
{RPCResult::Type::STR, "wallet_name", "Name of wallet this operation was performed on"},
|
{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::OBJ, "", "", {
|
||||||
{RPCResult::Type::STR, "desc", "Descriptor string representation"},
|
{RPCResult::Type::STR, "desc", "Descriptor string representation"},
|
||||||
|
|
Loading…
Add table
Reference in a new issue