Skip to content

Commit b4ba5c7

Browse files
authored
Merge pull request #1216 from jhfrontz/correct_testproposedblock_help
Correct testproposedblock help
2 parents 8a17907 + 1b04245 commit b4ba5c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/rpc/mining.cpp

+1-1
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)