This commit is contained in:
Hardhat Chad
2024-02-16 21:34:36 +00:00
parent ebf03bf618
commit 21767bba4e
5 changed files with 11 additions and 7 deletions

View File

@@ -14,7 +14,6 @@ use solana_program::{
program_error::ProgramError, pubkey::Pubkey,
};
// TODO Test admin and difficulty adjustment functions
// TODO Increase decimals?
declare_id!("ore2mSzJwAZhxLyCLbNEnFvYq9U8jvCMvUBrVvbmqDF");
@@ -22,7 +21,6 @@ declare_id!("ore2mSzJwAZhxLyCLbNEnFvYq9U8jvCMvUBrVvbmqDF");
#[cfg(not(feature = "no-entrypoint"))]
solana_program::entrypoint!(process_instruction);
/// Processes the incoming instruction
pub fn process_instruction(
program_id: &Pubkey,
accounts: &[AccountInfo],