mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-08-06 15:04:52 +02:00
fix incorrect testmempoolaccept doc
This commit is contained in:
parent
8ab0c77299
commit
9169be09f4
@ -894,8 +894,7 @@ static RPCHelpMan testmempoolaccept()
|
|||||||
"\nThis checks if transactions violate the consensus or policy rules.\n"
|
"\nThis checks if transactions violate the consensus or policy rules.\n"
|
||||||
"\nSee sendrawtransaction call.\n",
|
"\nSee sendrawtransaction call.\n",
|
||||||
{
|
{
|
||||||
{"rawtxs", RPCArg::Type::ARR, RPCArg::Optional::NO, "An array of hex strings of raw transactions.\n"
|
{"rawtxs", RPCArg::Type::ARR, RPCArg::Optional::NO, "An array of hex strings of raw transactions.",
|
||||||
" Length must be one for now.",
|
|
||||||
{
|
{
|
||||||
{"rawtx", RPCArg::Type::STR_HEX, RPCArg::Optional::OMITTED, ""},
|
{"rawtx", RPCArg::Type::STR_HEX, RPCArg::Optional::OMITTED, ""},
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user