Fix rpc port-bump bug

This commit is contained in:
Paul Hauner 2019-09-01 22:22:09 +10:00
parent 960082fe4e
commit a78b030f58
No known key found for this signature in database
GPG Key ID: 303E4494BB28068C

View File

@ -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;
}