aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc
diff options
context:
space:
mode:
authorSebastian Falbesoner <sebastian.falbesoner@gmail.com>2022-09-26 15:16:01 +0200
committerSebastian Falbesoner <sebastian.falbesoner@gmail.com>2022-09-26 15:16:01 +0200
commit810c3dc7efbfa07e81f161848010e886e04929ea (patch)
tree1962cd94876a10acf95f6df24cd3762192f07f56 /src/wallet/rpc
parentd99af861d034741649ccea396d825379e681670a (diff)
downloadbitcoin-810c3dc7efbfa07e81f161848010e886e04929ea.tar.xz
doc, rpc: mention that `listdescriptors` result is sorted by string representation
Diffstat (limited to 'src/wallet/rpc')
-rw-r--r--src/wallet/rpc/backup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpc/backup.cpp b/src/wallet/rpc/backup.cpp
index 09c74ea2da..6cc3a71e19 100644
--- a/src/wallet/rpc/backup.cpp
+++ b/src/wallet/rpc/backup.cpp
@@ -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"},