File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -82,12 +82,12 @@ UniValue importprivkey(const JSONRPCRequest& request)
8282
8383 if (request.fHelp || request.params .size () < 1 || request.params .size () > 3 )
8484 throw runtime_error (
85- " importprivkey \" bitcoinprivkey \" ( \" label\" ) ( rescan )\n "
85+ " importprivkey \" privkey \" ( \" label\" ) ( rescan )\n "
8686 " \n Adds a private key (as returned by dumpprivkey) to your wallet.\n "
8787 " \n Arguments:\n "
88- " 1. \" bitcoinprivkey \" (string, required) The private key (see dumpprivkey)\n "
89- " 2. \" label\" (string, optional, default=\"\" ) An optional label\n "
90- " 3. rescan (boolean, optional, default=true) Rescan the wallet for transactions\n "
88+ " 1. \" privkey \" (string, required) The private key (see dumpprivkey)\n "
89+ " 2. \" label\" (string, optional, default=\"\" ) An optional label\n "
90+ " 3. \" rescan\" (boolean, optional, default=true) Rescan the wallet for transactions\n "
9191 " \n Note: This call can take minutes to complete if rescan is true.\n "
9292 " \n Examples:\n "
9393 " \n Dump a private key\n "
You can’t perform that action at this time.
0 commit comments