mirror of
https://github.com/d0zingcat/ore.git
synced 2026-05-14 15:10:13 +00:00
cli
This commit is contained in:
@@ -51,6 +51,9 @@ async fn main() {
|
||||
"initialize_squares" => {
|
||||
initialize_squares(&rpc, &payer).await.unwrap();
|
||||
}
|
||||
"redeem" => {
|
||||
redeem(&rpc, &payer).await.unwrap();
|
||||
}
|
||||
"reset" => {
|
||||
reset(&rpc, &payer).await.unwrap();
|
||||
}
|
||||
|
||||
@@ -16,7 +16,6 @@ pub fn process_claim_seeker(accounts: &[AccountInfo<'_>], _data: &[u8]) -> Progr
|
||||
};
|
||||
signer_info.is_signer()?;
|
||||
mint_info.has_owner(&spl_token_2022::ID)?;
|
||||
// token_info.as_associated_token_account(&signer_info.key, &mint_info.key)?;
|
||||
|
||||
// Load mint.
|
||||
let mint_data = mint_info.try_borrow_data()?;
|
||||
|
||||
Reference in New Issue
Block a user