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 (request.fHelp || request.params.size() < 1 || request.params.size() > 2)
635
635
throwstd::runtime_error(
636
636
RPCHelpMan{"tweakfedpegscript",
637
637
"\nReturns a tweaked fedpegscript.\n",
638
638
{
639
639
{"claim_script", RPCArg::Type::STR_HEX, RPCArg::Optional::NO, "Script to tweak the fedpegscript with. For example obtained as a result of getpeginaddress."},
640
+
{"fedpegscript", RPCArg::Type::STR_HEX, RPCArg::Optional::OMITTED_NAMED_ARG, "Fedpegscript to be used with the claim_script. By default this is the current fedpegscript."},
0 commit comments