Skip to content

Commit dab0d68

Browse files
author
MarcoFalke
committed
Merge #12702: [wallet] [rpc] [doc] importprivkey: hint about importmulti
4e05687 [wallet] [rpc] [doc] importprivkey: hint about importmulti (Karl-Johan Alm) Pull request description: From #12701, a hint about `importmulti` inside the help for `importprivkey` seems useful. Tree-SHA512: 09ddfd384062b4365f678167076cb9f5af1eb8f083714a20c2a9bb14fef1c886d1666196272bf09862537166d15ae89c3330cdc6836eee76cb54d137e53301df
2 parents 648252e + 4e05687 commit dab0d68

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)