one more cfg flag

This commit is contained in:
dr-frmr 2024-06-07 13:07:12 -06:00
parent 3966aecb5e
commit c025307f00
No known key found for this signature in database

View File

@ -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")