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

Commit 534861e

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ use {
1919
#[repr(C)]
2020
#[derive(Clone, Copy, Debug, Default, PartialEq, Pod, Zeroable)]
2121
pub struct SupplyAccountInfo {
22-
/// The available balance (encrypted by `encrypiton_pubkey`)
22+
/// The available balance (encrypted by `supply_elgamal_pubkey`)
2323
pub current_supply: PodElGamalCiphertext,
2424
/// The decryptable supply
2525
pub decryptable_supply: PodAeCiphertext,

0 commit comments

Comments
 (0)