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
"1. \"privkey\" (string, required) The private key (see dumpprivkey)\n"
87
87
"2. \"label\" (string, optional, default=\"\") An optional label\n"
88
88
"3. rescan (boolean, optional, default=true) Rescan the wallet for transactions\n"
89
-
"\nNote: This call can take minutes to complete if rescan is true.\n"
89
+
"\nNote: This call can take minutes to complete if rescan is true, during that time, other rpc calls\n"
90
+
"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"
"2. \"label\" (string, optional, default=\"\") An optional label\n"
242
243
"3. rescan (boolean, optional, default=true) Rescan the wallet for transactions\n"
243
244
"4. p2sh (boolean, optional, default=false) Add the P2SH version of the script as well\n"
244
-
"\nNote: This call can take minutes to complete if rescan is true.\n"
245
+
"\nNote: This call can take minutes to complete if rescan is true, during that time, other rpc calls\n"
246
+
"may report that the imported address exists but related transactions are still missing, leading to temporarily incorrect/bogus balances and unspent outputs until rescan completes.\n"
245
247
"If you have the full public key, you should call importpubkey instead of this.\n"
246
248
"\nNote: If you import a non-standard raw script in hex form, outputs sending to it will be treated\n"
"1. \"pubkey\" (string, required) The hex-encoded public key\n"
417
419
"2. \"label\" (string, optional, default=\"\") An optional label\n"
418
420
"3. rescan (boolean, optional, default=true) Rescan the wallet for transactions\n"
419
-
"\nNote: This call can take minutes to complete if rescan is true.\n"
421
+
"\nNote: This call can take minutes to complete if rescan is true, during that time, other rpc calls\n"
422
+
"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"
0 commit comments