File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -939,7 +939,7 @@ static UniValue signrawtransactionwithkey(const JSONRPCRequest& request)
939
939
" this transaction depends on but may not yet be in the block chain.\n " ,
940
940
{
941
941
{" hexstring" , RPCArg::Type::STR, false },
942
- {" privkyes " , RPCArg::Type::ARR,
942
+ {" privkeys " , RPCArg::Type::ARR,
943
943
{
944
944
{" privatekey" , RPCArg::Type::STR_HEX, false },
945
945
},
@@ -1142,7 +1142,7 @@ static UniValue testmempoolaccept(const JSONRPCRequest& request)
1142
1142
throw std::runtime_error (
1143
1143
// clang-format off
1144
1144
" testmempoolaccept [\" rawtxs\" ] ( allowhighfees )\n "
1145
- " \n Returns if raw transaction (serialized, hex-encoded) would be accepted by mempool.\n "
1145
+ " \n Returns result of mempool acceptance tests indicating if raw transaction (serialized, hex-encoded) would be accepted by mempool.\n "
1146
1146
" \n This checks if the transaction violates the consensus or policy rules.\n "
1147
1147
" \n See sendrawtransaction call.\n "
1148
1148
" \n Arguments:\n "
You can’t perform that action at this time.
0 commit comments