(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 {
|
||||
self.rc
|
||||
.get_snapshot_storages(self.slot())
|
||||
.into_iter()
|
||||
.collect()
|
||||
self.rc.get_snapshot_storages(self.slot())
|
||||
}
|
||||
|
||||
#[must_use]
|
||||
|
Reference in New Issue
Block a user