Fix bad merge

This commit is contained in:
Carl
2019-01-31 19:47:21 -08:00
committed by Michael Vines
parent 37003da854
commit b6b179af97

View File

@ -894,8 +894,8 @@ impl Bank {
} }
#[cfg(test)] #[cfg(test)]
pub fn last_ids(&self) -> &RwLock<StatusDeque<Result<()>>> { pub fn last_ids(&self) -> &RwLock<LastIdQueue> {
&self.last_ids &self.last_id_queue
} }
} }