Skip to content

Commit 9af69fa

Browse files
committed
Merge #7726: Correct importaddress help reference to importpubkey
c5825d2 Correct importaddress help reference to importpubkey (Denis Lukianov)
2 parents 3c27067 + c5825d2 commit 9af69fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wallet/rpcdump.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ UniValue importaddress(const UniValue& params, bool fHelp)
192192
"3. rescan (boolean, optional, default=true) Rescan the wallet for transactions\n"
193193
"4. p2sh (boolean, optional, default=false) Add the P2SH version of the script as well\n"
194194
"\nNote: This call can take minutes to complete if rescan is true.\n"
195-
"If you have the full public key, you should call importpublickey instead of this.\n"
195+
"If you have the full public key, you should call importpubkey instead of this.\n"
196196
"\nExamples:\n"
197197
"\nImport a script with rescan\n"
198198
+ HelpExampleCli("importaddress", "\"myscript\"") +

0 commit comments

Comments
 (0)