aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-03-21 12:51:20 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2016-03-21 12:51:32 +0100
commit9af69fa7e7b7c7db24411c646dbe3cf546669876 (patch)
tree539df939cc0eebec358bbc3f9650a9e73fb1171f
parent3c27067dd2db4c17e7c7c48b4e6db515492559ce (diff)
parentc5825d2d73ca7b0d76fb857554eea4176aed2b5f (diff)
downloadbitcoin-9af69fa7e7b7c7db24411c646dbe3cf546669876.tar.xz
Merge #7726: Correct importaddress help reference to importpubkey
c5825d2 Correct importaddress help reference to importpubkey (Denis Lukianov)
-rw-r--r--src/wallet/rpcdump.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/wallet/rpcdump.cpp b/src/wallet/rpcdump.cpp
index 9ec28e7b91..6e50f92428 100644
--- a/src/wallet/rpcdump.cpp
+++ b/src/wallet/rpcdump.cpp
@@ -192,7 +192,7 @@ UniValue importaddress(const UniValue& params, bool fHelp)
"3. rescan (boolean, optional, default=true) Rescan the wallet for transactions\n"
"4. p2sh (boolean, optional, default=false) Add the P2SH version of the script as well\n"
"\nNote: This call can take minutes to complete if rescan is true.\n"
- "If you have the full public key, you should call importpublickey instead of this.\n"
+ "If you have the full public key, you should call importpubkey instead of this.\n"
"\nExamples:\n"
"\nImport a script with rescan\n"
+ HelpExampleCli("importaddress", "\"myscript\"") +