Fix bad merge
This commit is contained in:
@ -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
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user