docs: Fix typo in proposal (#22282)

This commit is contained in:
Justin Starry 2022-01-05 06:11:51 +08:00 committed by GitHub
parent 212e6ea4a4
commit 9725f2e319
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ pub const LOOKUP_TABLE_META_SIZE: usize = 56;
pub struct LookupTableMeta {
/// Lookup tables cannot be closed until the deactivation slot is
/// no longer "recent" (not accessible in the `SlotHashes` sysvar).
pub ddeactivation_slot: Slot,
pub deactivation_slot: Slot,
/// The slot that the table was last extended. Address tables may
/// only be used to lookup addresses that were extended before
/// the current bank's slot.