mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-01-11 12:22:39 -03:00
fix incorrect testmempoolaccept doc
This commit is contained in:
parent
8ab0c77299
commit
9169be09f4
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue