diff options
| author | MarcoFalke <[email protected]> | 2018-11-15 12:19:41 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2018-11-15 12:19:11 -0500 |
| commit | fa5e0452e875a7ca6bf6fe61fdd652d341eece40 (patch) | |
| tree | deb8e007d0e5d1bdf6ffb4f9bf81275504ec8905 /src/rpc/misc.cpp | |
| parent | Use RPCHelpMan for all RPCs (diff) | |
| download | discoin-fa5e0452e875a7ca6bf6fe61fdd652d341eece40.tar.xz discoin-fa5e0452e875a7ca6bf6fe61fdd652d341eece40.zip | |
rpc: Documentation fixups
Diffstat (limited to 'src/rpc/misc.cpp')
| -rw-r--r-- | src/rpc/misc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rpc/misc.cpp b/src/rpc/misc.cpp index a6c90bd6d..554303588 100644 --- a/src/rpc/misc.cpp +++ b/src/rpc/misc.cpp @@ -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() + |