We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb4fb7e commit c8cf0a3Copy full SHA for c8cf0a3
src/rpc/net.cpp
@@ -159,7 +159,7 @@ static RPCHelpMan getpeerinfo()
159
"When a message type is not listed in this json object, the bytes sent are 0.\n"
160
"Only known message types can appear as keys in the object."}
161
}},
162
- {RPCResult::Type::OBJ, "bytesrecv_per_msg", "",
+ {RPCResult::Type::OBJ_DYN, "bytesrecv_per_msg", "",
163
{
164
{RPCResult::Type::NUM, "msg", "The total bytes received aggregated by message type\n"
165
"When a message type is not listed in this json object, the bytes received are 0.\n"
0 commit comments