mirror of
https://github.com/dashpay/dash.git
synced 2024-12-26 04:22:55 +01:00
Merge #7726: Correct importaddress help reference to importpubkey
c5825d2
Correct importaddress help reference to importpubkey (Denis Lukianov)
This commit is contained in:
parent
04bf554ab4
commit
2839222434
@ -193,7 +193,7 @@ UniValue importaddress(const UniValue& params, bool fHelp)
|
|||||||
"3. rescan (boolean, optional, default=true) Rescan the wallet for transactions\n"
|
"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"
|
"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"
|
"\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"
|
"\nExamples:\n"
|
||||||
"\nImport a script with rescan\n"
|
"\nImport a script with rescan\n"
|
||||||
+ HelpExampleCli("importaddress", "\"myscript\"") +
|
+ HelpExampleCli("importaddress", "\"myscript\"") +
|
||||||
|
Loading…
Reference in New Issue
Block a user