You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"\nAdds a private key (as returned by dumpprivkey) to your wallet. Requires a new wallet backup.\n"
117
117
"Hint: use importmulti to import more than one private key.\n"
118
118
"\nNote: This call can take over an hour to complete if rescan is true, during that time, other rpc calls\n"
119
-
"may report that the imported key exists but related transactions are still missing, leading to temporarily incorrect/bogus balances and unspent outputs until rescan completes.\n",
119
+
"may report that the imported key exists but related transactions are still missing, leading to temporarily incorrect/bogus balances and unspent outputs until rescan completes.\n"
120
+
"Note: Use \"getwalletinfo\" to query the scanning progress.\n",
120
121
{
121
122
{"privkey", RPCArg::Type::STR, RPCArg::Optional::NO, "The private key (see dumpprivkey)"},
"\nAdds a public key (in hex) that can be watched as if it were in your wallet but cannot be used to spend. Requires a new wallet backup.\n"
490
493
"Hint: use importmulti to import more than one public key.\n"
491
494
"\nNote: This call can take over an hour to complete if rescan is true, during that time, other rpc calls\n"
492
-
"may report that the imported pubkey exists but related transactions are still missing, leading to temporarily incorrect/bogus balances and unspent outputs until rescan completes.\n",
495
+
"may report that the imported pubkey exists but related transactions are still missing, leading to temporarily incorrect/bogus balances and unspent outputs until rescan completes.\n"
496
+
"Note: Use \"getwalletinfo\" to query the scanning progress.\n",
493
497
{
494
498
{"pubkey", RPCArg::Type::STR, RPCArg::Optional::NO, "The hex-encoded public key"},
"If an address/script is imported without all of the private keys required to spend from that address, it will be watchonly. The 'watchonly' option must be set to true in this case or a warning will be returned.\n"
1362
1367
"Conversely, if all the private keys are provided and the address/script is spendable, the watchonly option must be set to false, or a warning will be returned.\n"
1363
1368
"\nNote: This call can take over an hour to complete if rescan is true, during that time, other rpc calls\n"
1364
-
"may report that the imported keys, addresses or scripts exists but related transactions are still missing.\n",
1369
+
"may report that the imported keys, addresses or scripts exist but related transactions are still missing.\n"
1370
+
"Note: Use \"getwalletinfo\" to query the scanning progress.\n",
1365
1371
{
1366
1372
{"requests", RPCArg::Type::ARR, RPCArg::Optional::NO, "Data to be imported",
"\nRescan the local blockchain for wallet related transactions.\n",
3455
+
"\nRescan the local blockchain for wallet related transactions.\n"
3456
+
"Note: Use \"getwalletinfo\" to query the scanning progress.\n",
3456
3457
{
3457
3458
{"start_height", RPCArg::Type::NUM, /* default */"0", "block height where the rescan should start"},
3458
3459
{"stop_height", RPCArg::Type::NUM, RPCArg::Optional::OMITTED_NAMED_ARG, "the last block height that should be scanned. If none is provided it will rescan up to the tip at return time of this call."},
0 commit comments