Remove extra reference

This commit is contained in:
Michael Vines
2019-03-04 14:45:23 -08:00
parent 7b49c9f09c
commit 51502537b1
3 changed files with 6 additions and 6 deletions

View File

@ -212,7 +212,7 @@ fn main() {
let gossip_addr = {
let mut addr = solana_netutil::parse_port_or_addr(
&matches.value_of("gossip_port"),
matches.value_of("gossip_port"),
FULLNODE_PORT_RANGE.0 + 1,
);
if matches.is_present("public_address") {