Skip to content

Commit 810c3dc

Browse files
committed
doc, rpc: mention that listdescriptors result is sorted by string representation
1 parent d99af86 commit 810c3dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpc/backup.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1760,7 +1760,7 @@ RPCHelpMan listdescriptors()
17601760
},
17611761
RPCResult{RPCResult::Type::OBJ, "", "", {
17621762
{RPCResult::Type::STR, "wallet_name", "Name of wallet this operation was performed on"},
1763-
{RPCResult::Type::ARR, "descriptors", "Array of descriptor objects",
1763+
{RPCResult::Type::ARR, "descriptors", "Array of descriptor objects (sorted by descriptor string representation)",
17641764
{
17651765
{RPCResult::Type::OBJ, "", "", {
17661766
{RPCResult::Type::STR, "desc", "Descriptor string representation"},

0 commit comments

Comments
 (0)