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

Commit bcc0812

Browse files
Update token/program-2022/src/error.rs
Co-authored-by: Jon C <[email protected]>
1 parent 20c84b5 commit bcc0812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

token/program-2022/src/error.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ pub enum TokenError {
261261

262262
//65
263263
/// Withdraw / Deposit not allowed for confidential-mint-burn
264-
#[error("When the confidential-mint-burn extension is enabled, mints are only allowed into the confidential balance. Likewise conversions confidential token balance to normal balance and vice versa are illegal.")]
264+
#[error("Withdraw / Deposit not allowed for confidential-mint-burn")]
265265
IllegalMintBurnConversion,
266266
/// Undecryptable supply when trying to generate confidential-mint proofs
267267
#[error("Could not decrypt difference between current supply and decryptable supply when generating mint proofs")]

0 commit comments

Comments
 (0)