Remove erroneous PAK-checking info from testproposedblock help

This commit is contained in:
Jeff Frontz 2023-03-03 19:42:45 -05:00 committed by Pablo Greco
parent 8a179079e0
commit 1b0424530a

View file

@ -1716,7 +1716,7 @@ static RPCHelpMan testproposedblock()
"\nChecks a block proposal for validity, and that it extends chaintip\n",
{
{"blockhex", RPCArg::Type::STR_HEX, RPCArg::Optional::NO, "The hex-encoded block from getnewblockhex"},
{"acceptnonstd", RPCArg::Type::BOOL, RPCArg::Optional::OMITTED_NAMED_ARG, "If set false, returns error if block contains non-standard transaction. Default is set via `-acceptnonstdtxn`. If PAK enforcement is set, block commitment mismatches with configuration PAK lists are rejected as well."},
{"acceptnonstd", RPCArg::Type::BOOL, RPCArg::Optional::OMITTED_NAMED_ARG, "If set false, returns error if block contains non-standard transaction. Default is set via `-acceptnonstdtxn`."},
},
RPCResult{RPCResult::Type::NONE, "", ""},
RPCExamples{