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

Commit f795a3f

Browse files
Update token/program-2022/src/extension/confidential_mint_burn/instruction.rs
Co-authored-by: samkim-crypto <[email protected]>
1 parent e0aefa2 commit f795a3f

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
@@ -92,7 +92,7 @@ pub struct InitializeMintData {
9292
#[derive(Clone, Copy, Debug, PartialEq, Pod, Zeroable)]
9393
#[repr(C)]
9494
pub struct UpdateAuthorityData {
95-
/// The pubkey the `authority` is to be rotated to
95+
/// The new `authority` pubkey
9696
pub new_authority: Pubkey,
9797
}
9898

0 commit comments

Comments
 (0)