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
Copy file name to clipboardExpand all lines: src/wallet/rpc/backup.cpp
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1255,6 +1255,8 @@ RPCHelpMan importmulti()
1255
1255
"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"
1256
1256
"\nNote: This call can take over an hour to complete if rescan is true, during that time, other rpc calls\n"
1257
1257
"may report that the imported keys, addresses or scripts exist but related transactions are still missing.\n"
1258
+
"The rescan parameter can be set to false if the key was never used to create transactions. If it is set to false,\n"
1259
+
"but the key was used to create transactions, rescanwallet needs to be called with the appropriate block range.\n"
1258
1260
"Note: Use \"getwalletinfo\" to query the scanning progress.\n",
1259
1261
{
1260
1262
{"requests", RPCArg::Type::ARR, RPCArg::Optional::NO, "Data to be imported",
0 commit comments