mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 18:22:57 +02:00
fix incorrect testmempoolaccept doc
This commit is contained in:
@@ -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, ""},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user