mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-11-22 11:22:59 +03:00
one more cfg flag
This commit is contained in:
parent
3966aecb5e
commit
c025307f00
@ -59,6 +59,7 @@ async fn main() {
|
||||
create_home_directory(&home_directory_path).await;
|
||||
let http_server_port = set_http_server_port(matches.get_one::<u16>("port")).await;
|
||||
let ws_networking_port = matches.get_one::<u16>("ws-port");
|
||||
#[cfg(not(feature = "simulation-mode"))]
|
||||
let tcp_networking_port = matches.get_one::<u16>("tcp-port");
|
||||
let verbose_mode = *matches
|
||||
.get_one::<u8>("verbosity")
|
||||
|
Loading…
Reference in New Issue
Block a user