Skip to content

Commit

Permalink
Merge bitcoin#23750: rpcwallet: mention labels are disabled for range…
Browse files Browse the repository at this point in the history
…d descriptors

65efbba rpcwallet: mention labels are deactivated for ranged descriptors (Antoine Poinsot)

Pull request description:

  It was confusing when trying to use it as a blackbox. So mention it so next ones don't have to open the said box :)

  See bitcoin#23749 for context

ACKs for top commit:
  Sjors:
    utACK 65efbba
  achow101:
    ACK 65efbba

Tree-SHA512: d8a3d1f81c16d95855ac2b01e8fd20e83d6dac1721b3da464a9a890e46102992a6882918be87b2a28b929349ee7f1beb1af6c88b22f065fbbb6948275a6d2b8f
  • Loading branch information
MarcoFalke authored and vijaydasmp committed Oct 17, 2024
1 parent 48966a0 commit 24d107f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wallet/rpcdump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1802,7 +1802,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"},
},
},
},
Expand Down

0 comments on commit 24d107f

Please sign in to comment.