mirror of
https://github.com/Djeeberjr/fw-anwesenheit.git
synced 2025-10-13 15:06:39 +00:00
12 chars of hex are 6 Bytes not 12
This commit is contained in:
parent
92c7fec283
commit
4a9ff47dcc
@ -5,5 +5,5 @@ mod id_store;
|
||||
pub use id_mapping::{IDMapping, Name};
|
||||
pub use id_store::{IDStore,AttendanceDay};
|
||||
|
||||
pub type TallyID = [u8; 12];
|
||||
pub type TallyID = [u8; 6];
|
||||
pub type Date = [u8; 10];
|
||||
|
Loading…
x
Reference in New Issue
Block a user