secure logs

This commit is contained in:
Hardhat Chad
2025-07-15 12:08:09 -07:00
parent 39cbd72f00
commit d129591638
4 changed files with 24 additions and 12 deletions

View File

@@ -48,7 +48,9 @@ pub struct Deposit {
#[repr(C)]
#[derive(Clone, Copy, Debug, Pod, Zeroable)]
pub struct Log {}
pub struct Log {
pub block_id: [u8; 8],
}
#[repr(C)]
#[derive(Clone, Copy, Debug, Pod, Zeroable)]