Skip to content

Commit c1044ef

Browse files
fix words
1 parent 07ed0e3 commit c1044ef

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

light-token/toolkits/for-payments.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,8 @@ const { mint } = await createMintInterface(
160160

161161
<Info>
162162
**About loading**: Light tokens reduce account rent ~200x by auto-compressing inactive
163-
accounts. Before any action, the SDK detects compressed state and adds
164-
instructions to load it back on-chain. This almost always fits in a single
163+
accounts. Before any action, the SDK detects compressed (cold) state and adds
164+
instructions to load it back into hot state. This almost always fits in a single
165165
atomic transaction with your regular transfer. APIs return `TransactionInstruction[][]` so the same
166166
loop handles the rare multi-transaction case automatically.
167167
</Info>

light-token/toolkits/for-wallets.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ const rpc = createRpc(RPC_ENDPOINT);
9191

9292
<Info>
9393
**About loading**: Light tokens reduce account rent ~200x by auto-compressing inactive
94-
accounts. Before any action, the SDK detects compressed state and adds
95-
instructions to load it back on-chain. This almost always fits in a single
94+
accounts. Before any action, the SDK detects compressed (cold) state and adds
95+
instructions to load it back into hot state. This almost always fits in a single
9696
atomic transaction with your regular transfer. APIs return `TransactionInstruction[][]` so the same
9797
loop handles the rare multi-transaction case automatically.
9898
</Info>

0 commit comments

Comments
 (0)