diff --git a/bin/periphery/src/main.rs b/bin/periphery/src/main.rs index dc855a3d9..24be342a3 100644 --- a/bin/periphery/src/main.rs +++ b/bin/periphery/src/main.rs @@ -49,7 +49,7 @@ async fn app() -> anyhow::Result<()> { } (Some(_), None) => { warn!( - "'core_addresses' are defined for outbound connection, but missing 'connect_as' (PERIPHERY_CONNECT_AS)" + "'core_addresses' are defined for outbound connection, but missing 'connect_as' (PERIPHERY_CONNECT_AS)." ); } _ => {} diff --git a/client/core/rs/src/entities/config/core.rs b/client/core/rs/src/entities/config/core.rs index 46d1d10cb..2455f3263 100644 --- a/client/core/rs/src/entities/config/core.rs +++ b/client/core/rs/src/entities/config/core.rs @@ -394,7 +394,7 @@ pub struct CoreConfig { pub enable_fancy_toml: bool, /// If defined, ensure an enabled first server exists with the name. - /// If None and "first_server" is defined, will default to "Local". + /// If None and "first_server_address" is defined, will default to "Local". /// Set this and not 'first_server_address' for Periphery -> Core Server. /// Default: None #[serde(skip_serializing_if = "Option::is_none")]