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"
116
116
"2. \"label\" (string, optional, default=\"\") An optional label\n"
117
117
"3. rescan (boolean, optional, default=true) Rescan the wallet for transactions\n"
118
-
"\nNote: This call can take minutes to complete if rescan is true, during that time, other rpc calls\n"
118
+
"\nNote: This call can take over an hour to complete if rescan is true, during that time, other rpc calls\n"
119
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"
"2. \"label\" (string, optional, default=\"\") An optional label\n"
269
269
"3. rescan (boolean, optional, default=true) Rescan the wallet for transactions\n"
270
270
"4. p2sh (boolean, optional, default=false) Add the P2SH version of the script as well\n"
271
-
"\nNote: This call can take minutes to complete if rescan is true, during that time, other rpc calls\n"
271
+
"\nNote: This call can take over an hour to complete if rescan is true, during that time, other rpc calls\n"
272
272
"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"
273
273
"If you have the full public key, you should call importpubkey instead of this.\n"
274
274
"\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"
449
449
"2. \"label\" (string, optional, default=\"\") An optional label\n"
450
450
"3. rescan (boolean, optional, default=true) Rescan the wallet for transactions\n"
451
-
"\nNote: This call can take minutes to complete if rescan is true, during that time, other rpc calls\n"
451
+
"\nNote: This call can take over an hour to complete if rescan is true, during that time, other rpc calls\n"
452
452
"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