remove mine arg

This commit is contained in:
Hardhat Chad
2025-05-10 10:37:51 -07:00
parent ae53d0e829
commit 816a0fdfa5

View File

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