This commit is contained in:
Hardhat Chad
2025-09-18 09:01:56 -07:00
parent 9f9be6b80e
commit 55666405ef
5 changed files with 3 additions and 82 deletions

View File

@@ -26,14 +26,6 @@ pub enum OreAccount {
Square = 106,
}
#[repr(u8)]
#[derive(Clone, Copy, Debug, Eq, PartialEq, IntoPrimitive, TryFromPrimitive)]
pub enum OreAccountOLD {
ConfigOLD = 101,
MinerOLD = 103,
TreasuryOLD = 104,
}
pub fn board_pda() -> (Pubkey, u8) {
Pubkey::find_program_address(&[BOARD], &crate::ID)
}