Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit 1d2b804

Browse files
Update token/program-2022/src/extension/confidential_mint_burn/instruction.rs
Co-authored-by: Jon C <[email protected]>
1 parent bcc0812 commit 1d2b804

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/program-2022/src/extension/confidential_mint_burn/instruction.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ pub struct BurnInstructionData {
274274
pub fn initialize_mint(
275275
token_program_id: &Pubkey,
276276
mint: &Pubkey,
277-
authority: Pubkey,
277+
authority: &Pubkey,
278278
confidential_supply_pubkey: Option<PodElGamalPubkey>,
279279
decryptable_supply: Option<PodAeCiphertext>,
280280
) -> Result<Instruction, ProgramError> {

0 commit comments

Comments
 (0)