Skip to content

Commit 65efbba

Browse files
committed
rpcwallet: mention labels are deactivated for ranged descriptors
1 parent ac92ab6 commit 65efbba

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
@@ -1595,7 +1595,7 @@ RPCHelpMan importdescriptors()
15951595
/* oneline_description */ "", {"timestamp | \"now\"", "integer / string"}
15961596
},
15971597
{"internal", RPCArg::Type::BOOL, RPCArg::Default{false}, "Whether matching outputs should be treated as not incoming payments (e.g. change)"},
1598-
{"label", RPCArg::Type::STR, RPCArg::Default{""}, "Label to assign to the address, only allowed with internal=false"},
1598+
{"label", RPCArg::Type::STR, RPCArg::Default{""}, "Label to assign to the address, only allowed with internal=false. Disabled for ranged descriptors"},
15991599
},
16001600
},
16011601
},

0 commit comments

Comments
 (0)