Skip to content

Commit 839f5d0

Browse files
committed
Merge bitcoin#22432: doc: fix incorrect testmempoolaccept doc
9169be0 fix incorrect testmempoolaccept doc (glozow) Pull request description: Sorry, I somehow missed this... ACKs for top commit: jnewbery: Tested ACK 9169be0 Tree-SHA512: d44f81655669e338af298b7b5d616eb4ca15cbaac667c49251408cb92cee2fb9f440fcfbbac6a17744f24ceeafaf6cea6b9c49a37a464f7eaeeda6e655a56f7a
2 parents 842e2a9 + 9169be0 commit 839f5d0

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)