Add websocket config to CLI

This commit is contained in:
Paul Hauner
2019-09-14 22:57:46 -04:00
parent da26341011
commit 9c5eded1ab
6 changed files with 74 additions and 21 deletions

View File

@@ -552,6 +552,7 @@ impl ConfigBuilder {
self.client_config.network.discovery_port += bump;
self.client_config.rpc.port += bump;
self.client_config.rest_api.port += bump;
self.client_config.websocket_server.port += bump;
}
if self.eth2_config.spec_constants != self.client_config.spec_constants {