We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3c27067 + c5825d2 commit 9af69faCopy full SHA for 9af69fa
src/wallet/rpcdump.cpp
@@ -192,7 +192,7 @@ UniValue importaddress(const UniValue& params, bool fHelp)
192
"3. rescan (boolean, optional, default=true) Rescan the wallet for transactions\n"
193
"4. p2sh (boolean, optional, default=false) Add the P2SH version of the script as well\n"
194
"\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"
+ "If you have the full public key, you should call importpubkey instead of this.\n"
196
"\nExamples:\n"
197
"\nImport a script with rescan\n"
198
+ HelpExampleCli("importaddress", "\"myscript\"") +
0 commit comments