1
0
Fork 0
forked from lthn/blockchain

fixed bug in conn_tool

This commit is contained in:
crypro.zoidberg 2019-01-28 17:34:04 +03:00
parent 2822fa521e
commit 0c84bed204
2 changed files with 5 additions and 5 deletions

View file

@ -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 << ",";

View file

@ -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
}
]