From b6a27d3c40f2425f446db7151b711dd606c069d6 Mon Sep 17 00:00:00 2001 From: Jarren San Jose Date: Mon, 11 Mar 2024 06:02:13 -0700 Subject: [PATCH] correct capitalization: change 'token-2022' to 'Token-2022' (#6374) --- docs/src/token-2022/status.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/src/token-2022/status.md b/docs/src/token-2022/status.md index a926581b7aa..8ce6e2a1e9d 100644 --- a/docs/src/token-2022/status.md +++ b/docs/src/token-2022/status.md @@ -45,8 +45,8 @@ with a fee. We plan to include that capability with Solana 1.18. ### Wallets -To start, wallets need to properly handle the token-2022 program and its accounts, -by fetching token-2022 accounts and sending instructions to the proper program. +To start, wallets need to properly handle the Token-2022 program and its accounts, +by fetching Token-2022 accounts and sending instructions to the proper program. Next, to use confidential tokens, wallets need to create zero-knowledge proofs, which entails a new transaction flow.