rpcwallet: mention labels are deactivated for ranged descriptors

This commit is contained in:
Antoine Poinsot 2021-12-12 12:24:06 +01:00
parent ac92ab6da5
commit 65efbba45d
No known key found for this signature in database
GPG key ID: E13FC145CD3F4304

View file

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