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 (fHelp || params.size() < 2 || params.size() > 3)
260
+
if (fHelp || params.size() != 2)
261
261
throwruntime_error(
262
262
"importprunedfunds\n"
263
263
"\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"
264
264
"\nArguments:\n"
265
265
"1. \"rawtransaction\" (string, required) A raw transaction in hex funding an already-existing address in wallet\n"
266
266
"2. \"txoutproof\" (string, required) The hex output from gettxoutproof that contains the transaction\n"
267
-
"3. \"label\" (string, optional) An optional label\n"
0 commit comments