From 816a0fdfa5202c4550054cc1598072088e0a73ba Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Sat, 10 May 2025 10:37:51 -0700 Subject: [PATCH] remove mine arg --- api/src/instruction.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/api/src/instruction.rs b/api/src/instruction.rs index 2ae122a..2a2f052 100644 --- a/api/src/instruction.rs +++ b/api/src/instruction.rs @@ -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], }