mirror of
https://gitlab.com/pulsechaincom/lighthouse-pulse.git
synced 2025-01-01 00:41:20 +00:00
Fix rpc port-bump bug
This commit is contained in:
parent
960082fe4e
commit
a78b030f58
@ -472,7 +472,6 @@ impl<'a> ConfigBuilder<'a> {
|
||||
self.client_config.network.libp2p_port += bump;
|
||||
self.client_config.network.discovery_port += bump;
|
||||
self.client_config.rpc.port += bump;
|
||||
self.client_config.rpc.port += bump;
|
||||
self.client_config.rest_api.port += bump;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user