Skip to content

Commit 9169be0

Browse files
committed
fix incorrect testmempoolaccept doc
1 parent 8ab0c77 commit 9169be0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/rpc/rawtransaction.cpp

Lines changed: 1 addition & 2 deletions
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)