aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpc/backup.cpp
diff options
context:
space:
mode:
authorAntoine Poinsot <darosior@protonmail.com>2021-12-12 12:24:06 +0100
committerAntoine Poinsot <darosior@protonmail.com>2021-12-12 12:24:06 +0100
commit65efbba45d817261f590d043c69a9981e6b637bd (patch)
tree4d2e6c7c6cc54e82c3ee723b12bf7da908b6ccd2 /src/wallet/rpc/backup.cpp
parentac92ab6da58e34993d0641b98eef5b5f55b6cbf9 (diff)
downloadbitcoin-65efbba45d817261f590d043c69a9981e6b637bd.tar.xz
rpcwallet: mention labels are deactivated for ranged descriptors
Diffstat (limited to 'src/wallet/rpc/backup.cpp')
-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 e3daae9cea..236204dbfc 100644
--- a/src/wallet/rpc/backup.cpp
+++ b/src/wallet/rpc/backup.cpp
@@ -1595,7 +1595,7 @@ RPCHelpMan importdescriptors()
/* oneline_description */ "", {"timestamp | \"now\"", "integer / string"}
},
{"internal", RPCArg::Type::BOOL, RPCArg::Default{false}, "Whether matching outputs should be treated as not incoming payments (e.g. change)"},
- {"label", RPCArg::Type::STR, RPCArg::Default{""}, "Label to assign to the address, only allowed with internal=false"},
+ {"label", RPCArg::Type::STR, RPCArg::Default{""}, "Label to assign to the address, only allowed with internal=false. Disabled for ranged descriptors"},
},
},
},