Skip to content

Commit bcc2846

Browse files
glozowhebasto
authored andcommitted
fix incorrect testmempoolaccept doc
1 parent a566d43 commit bcc2846

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rpc/rawtransaction.cpp

+1-2
Original file line numberDiff line numberDiff line change
@@ -894,8 +894,7 @@ static RPCHelpMan testmempoolaccept()
894894
"\nThis checks if transactions violate the consensus or policy rules.\n"
895895
"\nSee sendrawtransaction call.\n",
896896
{
897-
{"rawtxs", RPCArg::Type::ARR, RPCArg::Optional::NO, "An array of hex strings of raw transactions.\n"
898-
" Length must be one for now.",
897+
{"rawtxs", RPCArg::Type::ARR, RPCArg::Optional::NO, "An array of hex strings of raw transactions.",
899898
{
900899
{"rawtx", RPCArg::Type::STR_HEX, RPCArg::Optional::OMITTED, ""},
901900
},

0 commit comments

Comments
 (0)