b4602e3240
fix testmempoolaccept CLI syntax (1Il1)
Pull request description:
Backports #14966 to the 0.17 branch.
Tree-SHA512: 91ab186d612a11454d1a7cbe6d4251813e42eb438b5e2e0e1dfdb76c352d866fd4d5f04cc0cb696ffb7585f24babbfeb79e73481cc669e4b944712a743e822d3
This commit is contained in:
commit
623a19bc2b
1 changed files with 1 additions and 1 deletions
|
@ -1212,7 +1212,7 @@ static UniValue testmempoolaccept(const JSONRPCRequest& request)
|
||||||
"Sign the transaction, and get back the hex\n"
|
"Sign the transaction, and get back the hex\n"
|
||||||
+ HelpExampleCli("signrawtransaction", "\"myhex\"") +
|
+ HelpExampleCli("signrawtransaction", "\"myhex\"") +
|
||||||
"\nTest acceptance of the transaction (signed hex)\n"
|
"\nTest acceptance of the transaction (signed hex)\n"
|
||||||
+ HelpExampleCli("testmempoolaccept", "\"signedhex\"") +
|
+ HelpExampleCli("testmempoolaccept", "[\"signedhex\"]") +
|
||||||
"\nAs a json rpc call\n"
|
"\nAs a json rpc call\n"
|
||||||
+ HelpExampleRpc("testmempoolaccept", "[\"signedhex\"]")
|
+ HelpExampleRpc("testmempoolaccept", "[\"signedhex\"]")
|
||||||
// clang-format on
|
// clang-format on
|
||||||
|
|
Loading…
Reference in a new issue