aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcdump.cpp
diff options
context:
space:
mode:
authorKarl-Johan Alm <karljohan-alm@garage.co.jp>2018-03-16 09:58:24 +0900
committerKarl-Johan Alm <karljohan-alm@garage.co.jp>2018-04-03 11:53:06 +0900
commit4e05687153c69bbbfe8c5281d49b76488e02d2f7 (patch)
tree4238eadab20e069ffed38158901af71b1b35873e /src/wallet/rpcdump.cpp
parent0c5f67b8e5d9a502c6d321c5e0696bc3e9b4690d (diff)
downloadbitcoin-4e05687153c69bbbfe8c5281d49b76488e02d2f7.tar.xz
[wallet] [rpc] [doc] importprivkey: hint about importmulti
Diffstat (limited to 'src/wallet/rpcdump.cpp')
-rw-r--r--src/wallet/rpcdump.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp
index 28b6153ce1..3f88c62c61 100644
--- a/src/wallet/rpcdump.cpp
+++ b/src/wallet/rpcdump.cpp
@@ -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"