aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMarcoFalke <[email protected]>2018-04-04 17:26:48 -0400
committerMarcoFalke <[email protected]>2018-04-04 17:26:50 -0400
commitdab0d6859b8a8edbf6cda201bc9faf099964c28e (patch)
treec352033ac61faa3da9fb0249feb0430d9784f991 /src
parentMerge #12851: travis: Run verify-commits only on cron jobs (diff)
parent[wallet] [rpc] [doc] importprivkey: hint about importmulti (diff)
downloaddiscoin-dab0d6859b8a8edbf6cda201bc9faf099964c28e.tar.xz
discoin-dab0d6859b8a8edbf6cda201bc9faf099964c28e.zip
Merge #12702: [wallet] [rpc] [doc] importprivkey: hint about importmulti
4e05687153 [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
Diffstat (limited to 'src')
-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 28b6153ce..3f88c62c6 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"