Add LastFullSnapshotSlot to SnapshotConfig (#19341)
This commit is contained in:
@ -491,6 +491,7 @@ mod tests {
|
||||
},
|
||||
solana_runtime::{
|
||||
bank::Bank,
|
||||
snapshot_config::LastFullSnapshotSlot,
|
||||
snapshot_utils::{
|
||||
ArchiveFormat, SnapshotVersion, DEFAULT_MAX_FULL_SNAPSHOT_ARCHIVES_TO_RETAIN,
|
||||
},
|
||||
@ -608,6 +609,7 @@ mod tests {
|
||||
archive_format: ArchiveFormat::TarBzip2,
|
||||
snapshot_version: SnapshotVersion::default(),
|
||||
maximum_snapshots_to_retain: DEFAULT_MAX_FULL_SNAPSHOT_ARCHIVES_TO_RETAIN,
|
||||
last_full_snapshot_slot: LastFullSnapshotSlot::default(),
|
||||
}),
|
||||
bank_forks,
|
||||
RpcHealth::stub(),
|
||||
|
Reference in New Issue
Block a user