@@ -610,7 +610,7 @@ static UniValue combinerawtransaction(const JSONRPCRequest& request)
610
610
" \" hex\" (string) The hex-encoded raw transaction with signature(s)\n "
611
611
},
612
612
RPCExamples{
613
- HelpExampleCli (" combinerawtransaction" , " [ \ " myhex1\ " , \ " myhex2\ " , \ " myhex3\" ] " )
613
+ HelpExampleCli (" combinerawtransaction" , R"( '[ "myhex1", "myhex2", "myhex3"]' ) " )
614
614
},
615
615
}.Check (request);
616
616
@@ -858,7 +858,7 @@ static UniValue testmempoolaccept(const JSONRPCRequest& request)
858
858
" Sign the transaction, and get back the hex\n "
859
859
+ HelpExampleCli (" signrawtransactionwithwallet" , " \" myhex\" " ) +
860
860
" \n Test acceptance of the transaction (signed hex)\n "
861
- + HelpExampleCli (" testmempoolaccept" , " [ \ " signedhex\" ] " ) +
861
+ + HelpExampleCli (" testmempoolaccept" , R"( '[ "signedhex"]' ) " ) +
862
862
" \n As a JSON-RPC call\n "
863
863
+ HelpExampleRpc (" testmempoolaccept" , " [\" signedhex\" ]" )
864
864
},
@@ -1226,7 +1226,7 @@ UniValue combinepsbt(const JSONRPCRequest& request)
1226
1226
" \" psbt\" (string) The base64-encoded partially signed transaction\n "
1227
1227
},
1228
1228
RPCExamples{
1229
- HelpExampleCli (" combinepsbt" , " [ \ " mybase64_1\ " , \ " mybase64_2\ " , \ " mybase64_3\" ] " )
1229
+ HelpExampleCli (" combinepsbt" , R"( '[ "mybase64_1", "mybase64_2", "mybase64_3"]' ) " )
1230
1230
},
1231
1231
}.Check (request);
1232
1232
0 commit comments