File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change @@ -72,7 +72,7 @@ pub fn create_config(
7272pub mod cron {
7373 use anchor_lang:: { InstructionData , ToAccountMetas } ;
7474 use itertools:: Itertools ;
75- use solana_sdk:: { instruction:: Instruction , pubkey, pubkey :: Pubkey } ;
75+ use solana_sdk:: { instruction:: Instruction , pubkey:: Pubkey } ;
7676 use tuktuk_program:: {
7777 cron:: {
7878 self ,
@@ -86,8 +86,6 @@ pub mod cron {
8686 use super :: { hash_name, task, task_queue:: task_queue_authority_key} ;
8787 use crate :: { client:: GetAnchorAccount , error:: Error } ;
8888
89- pub const TASK_QUEUE_ID : Pubkey = pubkey ! ( "H39gEszvsi6AT4rYBiJTuZHJSF5hMHy6CKGTd7wzhsg7" ) ;
90-
9189 pub fn user_cron_jobs_key ( authority : & Pubkey ) -> Pubkey {
9290 Pubkey :: find_program_address ( & [ b"user_cron_jobs" , authority. as_ref ( ) ] , & ID ) . 0
9391 }
You can’t perform that action at this time.
0 commit comments