This commit is contained in:
Hardhat Chad
2024-05-24 21:54:38 +00:00
parent 588d40b0aa
commit da4a81c30b
5 changed files with 20 additions and 11 deletions

View File

@@ -1,7 +1,7 @@
pub mod consts;
pub mod error;
pub mod instruction;
mod loaders;
pub mod loaders;
mod processor;
pub mod state;
pub mod utils;
@@ -14,9 +14,6 @@ use solana_program::{
program_error::ProgramError, pubkey::Pubkey,
};
// TODO Initialize with mining paused
// TODO Require hardcoded admin key for initialization
declare_id!("mineQW6HcBby3YyZMTaRRtuFWPaGEg8AjmCAWs4nBU8");
#[cfg(not(feature = "no-entrypoint"))]