mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
doc: rpc: fix submitpackage examples
This commit is contained in:
parent
1a875d4049
commit
78e52f663f
1 changed files with 2 additions and 2 deletions
|
@ -855,8 +855,8 @@ static RPCHelpMan submitpackage()
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
RPCExamples{
|
RPCExamples{
|
||||||
HelpExampleCli("testmempoolaccept", "[rawtx1, rawtx2]") +
|
HelpExampleRpc("submitpackage", R"(["rawtx1", "rawtx2"])") +
|
||||||
HelpExampleCli("submitpackage", "[rawtx1, rawtx2]")
|
HelpExampleCli("submitpackage", R"('["rawtx1", "rawtx2"]')")
|
||||||
},
|
},
|
||||||
[&](const RPCHelpMan& self, const JSONRPCRequest& request) -> UniValue
|
[&](const RPCHelpMan& self, const JSONRPCRequest& request) -> UniValue
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Reference in a new issue