Skip to content

Commit 4e05687

Browse files
committed
[wallet] [rpc] [doc] importprivkey: hint about importmulti
1 parent 0c5f67b commit 4e05687

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/wallet/rpcdump.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@ UniValue importprivkey(const JSONRPCRequest& request)
100100
throw std::runtime_error(
101101
"importprivkey \"privkey\" ( \"label\" ) ( rescan )\n"
102102
"\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"
103104
"\nArguments:\n"
104105
"1. \"privkey\" (string, required) The private key (see dumpprivkey)\n"
105106
"2. \"label\" (string, optional, default=\"\") An optional label\n"

0 commit comments

Comments
 (0)