mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-13 23:16:52 +00:00
cleanup
This commit is contained in:
@@ -8,7 +8,7 @@ use spl_token_2022::{
|
||||
pod::{PodCOption, PodMint},
|
||||
};
|
||||
|
||||
/// Claims ore for seeker device.
|
||||
/// Claims ORE for seeker device.
|
||||
pub fn process_claim_seeker(accounts: &[AccountInfo<'_>], _data: &[u8]) -> ProgramResult {
|
||||
// Load accounts.
|
||||
let [signer_info, mint_info, _token_info] = accounts else {
|
||||
|
||||
Reference in New Issue
Block a user