doc, rpc: mention that listdescriptors result is sorted by string representation

This commit is contained in:
Sebastian Falbesoner 2022-09-26 15:16:01 +02:00
parent d99af861d0
commit 810c3dc7ef

View file

@ -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"},