mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-06-22 23:04:09 +02:00
doc: rpc: fix submitpackage examples
This commit is contained in:
parent
1a875d4049
commit
78e52f663f
@ -855,8 +855,8 @@ static RPCHelpMan submitpackage()
|
||||
},
|
||||
},
|
||||
RPCExamples{
|
||||
HelpExampleCli("testmempoolaccept", "[rawtx1, rawtx2]") +
|
||||
HelpExampleCli("submitpackage", "[rawtx1, rawtx2]")
|
||||
HelpExampleRpc("submitpackage", R"(["rawtx1", "rawtx2"])") +
|
||||
HelpExampleCli("submitpackage", R"('["rawtx1", "rawtx2"]')")
|
||||
},
|
||||
[&](const RPCHelpMan& self, const JSONRPCRequest& request) -> UniValue
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user