Skip to content

Commit

Permalink
[wallet] [rpc] [doc] importprivkey: hint about importmulti
Browse files Browse the repository at this point in the history
  • Loading branch information
kallewoof committed Apr 3, 2018
1 parent 0c5f67b commit 4e05687
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/wallet/rpcdump.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 4e05687

Please sign in to comment.