Skip to content

Commit 1b04245

Browse files
Jeff Frontzpsgreco
Jeff Frontz
authored andcommitted
Remove erroneous PAK-checking info from testproposedblock help
1 parent 8a17907 commit 1b04245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpc/mining.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1716,7 +1716,7 @@ static RPCHelpMan testproposedblock()
17161716
"\nChecks a block proposal for validity, and that it extends chaintip\n",
17171717
{
17181718
{"blockhex", RPCArg::Type::STR_HEX, RPCArg::Optional::NO, "The hex-encoded block from getnewblockhex"},
1719-
{"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."},
1719+
{"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`."},
17201720
},
17211721
RPCResult{RPCResult::Type::NONE, "", ""},
17221722
RPCExamples{

0 commit comments

Comments
 (0)