rpc: Documentation fixups

This commit is contained in:
MarcoFalke 2018-11-15 12:19:41 -05:00
parent fa91e8eda5
commit fa5e0452e8
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
2 changed files with 8 additions and 1 deletions

View file

@ -461,7 +461,7 @@ static UniValue echo(const JSONRPCRequest& request)
throw std::runtime_error(
RPCHelpMan{"echo|echojson ...",
"\nSimply echo back the input arguments. This command is for testing.\n"
"\nThe difference between echo and echojson is that echojson has argument conversion enabled in the client-side table in"
"\nThe difference between echo and echojson is that echojson has argument conversion enabled in the client-side table in "
"bitcoin-cli and the GUI. There is no server-side difference.",
{}}
.ToString() +