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
"\nAdd a BIP 32 HD key to the wallet that can be used with 'createwalletdescriptor'\n",
942
+
"Add a BIP 32 HD key to the wallet that can be used with 'createwalletdescriptor'.\n"
943
+
"If no argument is provided, a randomly generated one will be added.",
942
944
{
943
-
{"hdkey", RPCArg::Type::STR, RPCArg::DefaultHint{"Automatically generated new key"}, "The BIP 32 extended private key to add. If none is provided, a randomly generated one will be added."},
945
+
{"hdkey", RPCArg::Type::STR, RPCArg::Optional::OMITTED, "The BIP 32 extended private key to add."},
946
+
{"codex32", RPCArg::Type::ARR, RPCArg::Optional::OMITTED, "A codex32 (BIP 93) encoded seed, or list of codex32-encoded shares",
0 commit comments