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

Commit e0aefa2

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

File tree

1 file changed

+1
-1
lines changed
  • token/program-2022/src/extension/confidential_mint_burn

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pub struct ConfidentialMintBurn {
3232
/// Authority to modify the `ConfidentialMintBurnMint` configuration and to
3333
/// mint new confidential tokens
3434
pub mint_authority: Pubkey,
35-
/// The confidential supply of the mint (encrypted by `encrypiton_pubkey`)
35+
/// The confidential supply of the mint (encrypted by `encryption_pubkey`)
3636
pub confidential_supply: PodElGamalCiphertext,
3737
/// The decryptable confidential supply of the mint
3838
pub decryptable_supply: PodAeCiphertext,

0 commit comments

Comments
 (0)