This commit is contained in:
Armani Ferrante 2022-02-19 13:00:49 -05:00
parent 819f51d7e1
commit 99df40d2af
No known key found for this signature in database
GPG Key ID: D597A80BCF8E12B7
1 changed files with 1 additions and 1 deletions

View File

@ -6,8 +6,8 @@ use std::io::{Cursor, Write};
pub const DISCRIMINATOR_LEN: usize = 8;
#[cfg(not(feature = "deprecated-layout"))]
pub const DISCRIMINATOR_LEN: usize = 4;
pub const HEADER_LEN: usize = 8;
const HEADER_LEN: usize = 8;
const LAYOUT_VERSION: u8 = 1;
const DEFAULT_ACCOUNT_VERSION: u8 = 1;