Skip to content

Commit

Permalink
Fix macOS comiler error about narrowing
Browse files Browse the repository at this point in the history
  • Loading branch information
Vasya Ichkoff authored and aivve committed Oct 4, 2021
1 parent 1ae2690 commit 6017d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ConnectivityTool/ConnectivityTool.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ namespace {
const command_line::arg_descriptor<bool> arg_generate_keys = {"generate_keys_pair", "generate private and public keys pair"};
const command_line::arg_descriptor<bool> arg_request_stat_info = {"request_stat_info", "request statistics information"};
const command_line::arg_descriptor<bool> arg_request_net_state = {"request_net_state", "request network state information (peer list, connections count)"};
const command_line::arg_descriptor<bool> arg_get_daemon_info = {"rpc_get_daemon_info", "request daemon state info vie rpc (--rpc_port option should be set ).", "", true};
const command_line::arg_descriptor<bool> arg_get_daemon_info = {"rpc_get_daemon_info", "request daemon state info via rpc (--rpc_port option should be set ).", true};
}

struct response_schema {
Expand Down

0 comments on commit 6017d64

Please sign in to comment.