[wallet] [rpc] [doc] importprivkey: hint about importmulti

This commit is contained in:
Karl-Johan Alm 2018-03-16 09:58:24 +09:00
parent 0c5f67b8e5
commit 4e05687153
No known key found for this signature in database
GPG key ID: 57AF762DB3353322

View file

@ -100,6 +100,7 @@ UniValue importprivkey(const JSONRPCRequest& request)
throw std::runtime_error(
"importprivkey \"privkey\" ( \"label\" ) ( rescan )\n"
"\nAdds a private key (as returned by dumpprivkey) to your wallet. Requires a new wallet backup.\n"
"Hint: use importmulti to import more than one private key.\n"
"\nArguments:\n"
"1. \"privkey\" (string, required) The private key (see dumpprivkey)\n"
"2. \"label\" (string, optional, default=\"\") An optional label\n"