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
"\nImports funds without rescan. Corresponding address or script must previously be included in wallet. Aimed towards pruned wallets. The end-user is responsible to import additional transactions that subsequently spend the imported outputs or rescan after the point in the blockchain the transaction is included.\n"
353
353
"\nArguments:\n"
354
354
"1. \"rawtransaction\" (string, required) A raw transaction in hex funding an already-existing address in wallet\n"
if (mainRequest.fHelp || mainRequest.params.size() < 1 || mainRequest.params.size() > 2)
1087
1087
throwstd::runtime_error(
1088
-
"importmulti \"requests\" ( \"options\" )\n\n"
1089
-
"Import addresses/scripts (with private or public keys, redeem script (P2SH)), rescanning all addresses in one-shot-only (rescan can be disabled via options). Requires a new wallet backup.\n\n"
1088
+
"importmulti \"requests\" ( \"options\" )\n"
1089
+
"\nImport addresses/scripts (with private or public keys, redeem script (P2SH)), rescanning all addresses in one-shot-only (rescan can be disabled via options). Requires a new wallet backup.\n\n"
1090
1090
"Arguments:\n"
1091
1091
"1. requests (array, required) Data to be imported\n"
0 commit comments