diff --git a/soroban-ledger-snapshot/src/lib.rs b/soroban-ledger-snapshot/src/lib.rs index 4f2b8080d..fedf4aa74 100644 --- a/soroban-ledger-snapshot/src/lib.rs +++ b/soroban-ledger-snapshot/src/lib.rs @@ -85,6 +85,9 @@ impl LedgerSnapshot { self.timestamp = info.timestamp; self.network_id = info.network_id; self.base_reserve = info.base_reserve; + self.min_persistent_entry_expiration = info.min_persistent_entry_expiration; + self.min_temp_entry_expiration = info.min_temp_entry_expiration; + self.max_entry_expiration = info.max_entry_expiration; } /// Get the entries in the snapshot.