You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
" tr(<pubkey>,multi_a(<n>,<pubkey>,<pubkey>,...)) P2TR-multisig outputs for the given threshold and pubkeys\n"
271
273
"\nIn the above, <pubkey> either refers to a fixed public key in hexadecimal notation, or to an xpub/xprv optionally followed by one\n"
272
274
"or more path elements separated by \"/\", where \"h\" represents a hardened child key.\n"
273
-
"For more information on output descriptors, see the documentation in the doc/descriptors.md file.\n"},
275
+
"For more information on output descriptors, see the documentation in the doc/descriptors.md file.\n",
274
276
{
275
277
{"descriptor", RPCArg::Type::STR, RPCArg::Optional::NO, "The descriptor."},
276
278
{"range", RPCArg::Type::RANGE, RPCArg::Optional::OMITTED, "If a ranged descriptor is used, this specifies the end or the range (in [begin,end] notation) to derive."},
0 commit comments