forked from lthn/blockchain
fixed bug in conn_tool
This commit is contained in:
parent
2822fa521e
commit
0c84bed204
2 changed files with 5 additions and 5 deletions
|
|
@ -104,7 +104,7 @@ struct response_schema
|
|||
"\"time_started\": " << ce.time_started << ", "
|
||||
"\"last_recv\": " << ce.last_recv << ", "
|
||||
"\"last_send\": " << ce.last_send << ", "
|
||||
"\"version\": " << ce.version << ", "
|
||||
"\"version\": \"" << ce.version << "\", "
|
||||
"\"is_income\": " << ce.is_income << "}";
|
||||
if(rs.ns_rsp.v.connections_list.size()-1 != i)
|
||||
ss << ",";
|
||||
|
|
|
|||
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
"maj":0,
|
||||
"min":3,
|
||||
"maj":1,
|
||||
"min":0,
|
||||
"rev":0,
|
||||
"build":1663,
|
||||
"build":8,
|
||||
"cs":[
|
||||
{
|
||||
"build":1662,
|
||||
"build":7,
|
||||
"mode":3
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue