We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fddf67 commit dd4f50bCopy full SHA for dd4f50b
tuktuk-sdk/src/tuktuk.rs
@@ -32,7 +32,7 @@ pub fn task_queue_name_mapping_key(config_key: &Pubkey, name: &str) -> Pubkey {
32
.0
33
}
34
35
-pub fn custom_signing_key(task_queue: &Pubkey, signer_seeds: &[&[u8]]) -> Pubkey {
+pub fn custom_signer_key(task_queue: &Pubkey, signer_seeds: &[&[u8]]) -> Pubkey {
36
Pubkey::find_program_address(
37
&[&[b"custom", task_queue.as_ref()], signer_seeds].concat(),
38
&tuktuk::ID,
0 commit comments