Align Tpu::new() and Tpu::switch_to_leader() arguments

This commit is contained in:
Michael Vines
2019-02-07 21:17:10 -08:00
parent dbaf8e66ab
commit 56734dca3b
2 changed files with 4 additions and 4 deletions

View File

@ -282,14 +282,14 @@ impl Fullnode {
.try_clone()
.expect("Failed to clone broadcast socket"),
cluster_info.clone(),
blob_index,
config.sigverify_disabled,
max_tpu_tick_height,
blob_index,
&last_entry_id,
id,
scheduled_leader == id,
&to_validator_sender,
&blob_sender,
scheduled_leader == id,
);
inc_new_counter_info!("fullnode-new", 1);