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

Commit 097bd57

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

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
@@ -182,8 +182,8 @@ impl BurnAccountInfo {
182182
burn_amount: u64,
183183
source_elgamal_keypair: &ElGamalKeypair,
184184
aes_key: &AeKey,
185-
auditor_elgamal_pubkey: Option<&ElGamalPubkey>,
186185
supply_elgamal_pubkey: &ElGamalPubkey,
186+
auditor_elgamal_pubkey: Option<&ElGamalPubkey>,
187187
) -> Result<BurnProofData, TokenError> {
188188
let current_available_balance_ciphertext = self
189189
.available_balance

0 commit comments

Comments
 (0)