add plumbing to allow for arbitrary tpu address in gossip (#22703)
* add plumbing to allow for arbitrary tpu address in gossip * make clippy happy * Review comments Co-authored-by: CherryWorm <nico.gruendel@web.de>
This commit is contained in:
@@ -291,6 +291,7 @@ pub fn main() {
|
||||
&gossip_addr,
|
||||
dynamic_port_range,
|
||||
bind_address,
|
||||
None,
|
||||
);
|
||||
|
||||
let ledger_path = PathBuf::from(matches.value_of("ledger_path").unwrap());
|
||||
|
Reference in New Issue
Block a user