(cherry picked from commit 1d02dba06f
)
Co-authored-by: Jeff Washington (jwash) <75863576+jeffwashington@users.noreply.github.com>
This commit is contained in:
@ -4537,10 +4537,7 @@ impl Bank {
|
|||||||
}
|
}
|
||||||
|
|
||||||
pub fn get_snapshot_storages(&self) -> SnapshotStorages {
|
pub fn get_snapshot_storages(&self) -> SnapshotStorages {
|
||||||
self.rc
|
self.rc.get_snapshot_storages(self.slot())
|
||||||
.get_snapshot_storages(self.slot())
|
|
||||||
.into_iter()
|
|
||||||
.collect()
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[must_use]
|
#[must_use]
|
||||||
|
Reference in New Issue
Block a user