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

Commit 908ea3f

Browse files
authored
token-2022: Fix docs in confidential transfer account definition. (#5268)
1 parent f62b1b8 commit 908ea3f

File tree

1 file changed

+1
-1
lines changed
  • token/program-2022/src/extension/confidential_transfer

1 file changed

+1
-1
lines changed

token/program-2022/src/extension/confidential_transfer/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ impl ConfidentialTransferAccount {
170170
/// A destination account can receive funds if the following conditions are satisfied:
171171
/// 1. The account is approved by the confidential transfer mint authority
172172
/// 2. The account is not disabled by the account owner
173-
/// 3. The number of credits into the account has reached the maximum credit counter
173+
/// 3. The number of credits into the account has not reached the maximum credit counter
174174
pub fn valid_as_destination(&self) -> ProgramResult {
175175
self.approved()?;
176176

0 commit comments

Comments
 (0)