storage_state field doesn't actually exist
This commit is contained in:
@@ -143,7 +143,6 @@ impl Bank {
|
|||||||
last_ids: RwLock::new(self.last_ids.read().unwrap().clone()),
|
last_ids: RwLock::new(self.last_ids.read().unwrap().clone()),
|
||||||
confirmation_time: AtomicUsize::new(self.confirmation_time()),
|
confirmation_time: AtomicUsize::new(self.confirmation_time()),
|
||||||
leader_scheduler: self.leader_scheduler.clone(),
|
leader_scheduler: self.leader_scheduler.clone(),
|
||||||
storage_state: StorageState::new(),
|
|
||||||
subscriptions: RwLock::new(Box::new(Arc::new(LocalSubscriptions::default()))),
|
subscriptions: RwLock::new(Box::new(Arc::new(LocalSubscriptions::default()))),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user