From 8b064d313bdb885b7ee56a2d6fd4f1b36080e103 Mon Sep 17 00:00:00 2001 From: Hardhat Chad Date: Wed, 8 May 2024 16:13:45 +0000 Subject: [PATCH] todos --- src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/lib.rs b/src/lib.rs index 8f054b3..3fce010 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -14,6 +14,9 @@ use solana_program::{ program_error::ProgramError, pubkey::Pubkey, }; +// TODO Initialize with mining paused +// TODO Require hardcoded admin key for initialization + declare_id!("mineS8xKxv3GurPq4RAssdZa6kNSXuuxJCEVtQwPZX4"); #[cfg(not(feature = "no-entrypoint"))]