aboutsummaryrefslogtreecommitdiff
path: root/src/wallet/rpcdump.cpp
diff options
context:
space:
mode:
authorDenis Lukianov <denis@voxelsoft.com>2016-03-21 03:16:19 +0000
committerDenis Lukianov <denis@voxelsoft.com>2016-03-21 03:16:19 +0000
commitc5825d2d73ca7b0d76fb857554eea4176aed2b5f (patch)
treec9b0eaf05ab93f466e9af72c35734f73b9f3ba01 /src/wallet/rpcdump.cpp
parent29e1131c4642459349a0ed4737121fb1902f8a47 (diff)
downloadbitcoin-c5825d2d73ca7b0d76fb857554eea4176aed2b5f.tar.xz
Correct importaddress help reference to importpubkey
Diffstat (limited to 'src/wallet/rpcdump.cpp')
-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\"") +