diff options
| author | Luke Dashjr <[email protected]> | 2020-09-12 17:41:04 +0000 |
|---|---|---|
| committer | Luke Dashjr <[email protected]> | 2020-10-14 14:16:43 +0000 |
| commit | 5b57dc5458800e56b4dddfeb32a1813804a62b0f (patch) | |
| tree | c956ea9b7a90495db9b841c30922aa225ee07c5a /src | |
| parent | RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "permissions") (diff) | |
| download | discoin-5b57dc5458800e56b4dddfeb32a1813804a62b0f.tar.xz discoin-5b57dc5458800e56b4dddfeb32a1813804a62b0f.zip | |
RPC: getpeerinfo: Wrap long help line for bytesrecv_per_msg
Diffstat (limited to 'src')
| -rw-r--r-- | src/rpc/net.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rpc/net.cpp b/src/rpc/net.cpp index 9eeedf889..34ebe522a 100644 --- a/src/rpc/net.cpp +++ b/src/rpc/net.cpp @@ -140,7 +140,8 @@ static RPCHelpMan getpeerinfo() { {RPCResult::Type::NUM, "msg", "The total bytes received aggregated by message type\n" "When a message type is not listed in this json object, the bytes received are 0.\n" - "Only known message types can appear as keys in the object and all bytes received of unknown message types are listed under '"+NET_MESSAGE_COMMAND_OTHER+"'."} + "Only known message types can appear as keys in the object and all bytes received\n" + "of unknown message types are listed under '"+NET_MESSAGE_COMMAND_OTHER+"'."} }}, }}, }}, |