This commit is contained in:
Hardhat Chad
2025-05-07 17:00:00 -07:00
parent c18503d0ee
commit 3492feef67
6 changed files with 16 additions and 24 deletions

View File

@@ -28,7 +28,7 @@ pub struct Close {}
#[repr(C)]
#[derive(Clone, Copy, Debug, Pod, Zeroable)]
pub struct Mine {
pub digest: [u8; 16],
// pub digest: [u8; 16],
pub nonce: [u8; 8],
}