diff --git a/src/rpc/rawtransaction.cpp b/src/rpc/rawtransaction.cpp --- a/src/rpc/rawtransaction.cpp +++ b/src/rpc/rawtransaction.cpp @@ -971,8 +971,9 @@ const JSONRPCRequest &request) { RPCHelpMan{ "testmempoolaccept", - "Returns if raw transaction (serialized, hex-encoded) would be " - "accepted by mempool.\n" + "Returns result of mempool acceptance tests indicating if raw" + " transaction (serialized, hex-encoded) would be accepted" + " by mempool.\n" "\nThis checks if the transaction violates the consensus or policy " "rules.\n" "\nSee sendrawtransaction call.\n",