diff --git a/src/rpc/mempool.cpp b/src/rpc/mempool.cpp index 9fa3c32a8fc..b04e7c65428 100644 --- a/src/rpc/mempool.cpp +++ b/src/rpc/mempool.cpp @@ -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 {