mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-24 23:16:49 +00:00
cleanup
This commit is contained in:
@@ -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"))]
|
||||
|
||||
Reference in New Issue
Block a user