Skip to content
Snippets Groups Projects
Verified Commit e10fd7ea authored by Loris Moulin's avatar Loris Moulin
Browse files

chore: fix conflicts remainings

parent d19bc772
Branches
No related merge requests found
......@@ -26,7 +26,6 @@ pub struct GlobalSettings {
/// Local IP used to expose local services (including RPC, metrics and monitoring).
local_ip: Option<IpAddr>,
local_ip: Option<IpAddr>,
}
impl GlobalSettings {
......@@ -42,7 +41,6 @@ impl GlobalSettings {
self.node_spawn_timeout
}
pub fn local_ip(&self) -> Option<&IpAddr> {
pub fn local_ip(&self) -> Option<&IpAddr> {
self.local_ip.as_ref()
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment