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
if (mainRequest.fHelp || mainRequest.params.size() < 1 || mainRequest.params.size() > 2)
1030
1030
throwstd::runtime_error(
1031
-
"importmulti \"requests\"\"options\"\n\n"
1031
+
"importmulti \"requests\"( \"options\" )\n\n"
1032
1032
"Import addresses/scripts (with private or public keys, redeem script (P2SH)), rescanning all addresses in one-shot-only (rescan can be disabled via options).\n\n"
1033
1033
"Arguments:\n"
1034
1034
"1. requests (array, required) Data to be imported\n"
0 commit comments