Skip to content

Commit a016b9c

Browse files
committed
Merge b4ba5c7 into merged_master (Elements PR ElementsProject#1216)
2 parents 00d4bcd + b4ba5c7 commit a016b9c

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)