You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 11, 2025. It is now read-only.
Copy file name to clipboardExpand all lines: token/program-2022/src/error.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -261,7 +261,7 @@ pub enum TokenError {
261
261
262
262
//65
263
263
/// 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")]
265
265
IllegalMintBurnConversion,
266
266
/// Undecryptable supply when trying to generate confidential-mint proofs
267
267
#[error("Could not decrypt difference between current supply and decryptable supply when generating mint proofs")]
0 commit comments