diff --git a/src/network.rs b/src/network.rs index 75d58946..2d79d32f 100644 --- a/src/network.rs +++ b/src/network.rs @@ -253,6 +253,9 @@ impl FromArgMatches for Config { if arg_config.home.is_some() { net_config.home.clone_from(&arg_config.home) } + if arg_config.node.is_some() { + net_config.node.clone_from(&arg_config.node) + } if !arg_config.state_sync_rpc.is_empty() { net_config