Skip to content

Commit

Permalink
Update token/program-2022/src/extension/confidential_mint_burn/accoun…
Browse files Browse the repository at this point in the history
…t_info.rs

Co-authored-by: Jon C <[email protected]>
  • Loading branch information
samkim-crypto and joncinque authored Dec 11, 2024
1 parent 19b7525 commit 097bd57
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ impl BurnAccountInfo {
burn_amount: u64,
source_elgamal_keypair: &ElGamalKeypair,
aes_key: &AeKey,
auditor_elgamal_pubkey: Option<&ElGamalPubkey>,
supply_elgamal_pubkey: &ElGamalPubkey,
auditor_elgamal_pubkey: Option<&ElGamalPubkey>,
) -> Result<BurnProofData, TokenError> {
let current_available_balance_ciphertext = self
.available_balance
Expand Down

0 comments on commit 097bd57

Please sign in to comment.