Skip to content

Commit 5b57dc5

Browse files
committed
RPC: getpeerinfo: Wrap long help line for bytesrecv_per_msg
1 parent d681a28 commit 5b57dc5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rpc/net.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ static RPCHelpMan getpeerinfo()
140140
{
141141
{RPCResult::Type::NUM, "msg", "The total bytes received aggregated by message type\n"
142142
"When a message type is not listed in this json object, the bytes received are 0.\n"
143-
"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+"'."}
143+
"Only known message types can appear as keys in the object and all bytes received\n"
144+
"of unknown message types are listed under '"+NET_MESSAGE_COMMAND_OTHER+"'."}
144145
}},
145146
}},
146147
}},

0 commit comments

Comments
 (0)