We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c5f67b commit 4e05687Copy full SHA for 4e05687
src/wallet/rpcdump.cpp
@@ -100,6 +100,7 @@ UniValue importprivkey(const JSONRPCRequest& request)
100
throw std::runtime_error(
101
"importprivkey \"privkey\" ( \"label\" ) ( rescan )\n"
102
"\nAdds a private key (as returned by dumpprivkey) to your wallet. Requires a new wallet backup.\n"
103
+ "Hint: use importmulti to import more than one private key.\n"
104
"\nArguments:\n"
105
"1. \"privkey\" (string, required) The private key (see dumpprivkey)\n"
106
"2. \"label\" (string, optional, default=\"\") An optional label\n"
0 commit comments