mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-13 15:09:57 +00:00
readme
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
use ore_api::{
|
||||
consts::{MINER, SEEKER, STAKE},
|
||||
state::{Miner, Seeker, Stake},
|
||||
consts::{SEEKER, STAKE},
|
||||
state::{Seeker, Stake},
|
||||
};
|
||||
use solana_program::pubkey;
|
||||
use steel::*;
|
||||
|
||||
@@ -71,7 +71,6 @@ pub fn process_instruction(
|
||||
// Seeker
|
||||
OreInstruction::ClaimSeeker => process_claim_seeker(accounts, data)?,
|
||||
OreInstruction::MigrateMiner => process_migrate_miner(accounts, data)?,
|
||||
_ => return Err(ProgramError::InvalidInstructionData),
|
||||
}
|
||||
|
||||
Ok(())
|
||||
|
||||
Reference in New Issue
Block a user