This commit is contained in:
Hardhat Chad
2024-05-08 16:13:45 +00:00
parent 31e1d85bac
commit 8b064d313b

View File

@@ -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"))]