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

Commit 13ba21d

Browse files
committed
minor naming adjustment in comments
1 parent 29ec013 commit 13ba21d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

account-compression/programs/account-compression/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@ pub mod spl_account_compression {
281281
/// verify the canopy if the tree has it. Before calling this instruction, the tree should be
282282
/// prepared with `prepare_batch_merkle_tree` and the canopy should be filled with the necessary
283283
/// nodes with `append_canopy_nodes` (if the canopy is used). This method should be used for
284-
/// rolluped creation of trees. The indexing of such rollups should be done off-chain. The
284+
/// batch creation of trees. The indexing of such batches should be done off-chain. The
285285
/// programs calling this instruction should take care of ensuring the indexing is possible.
286286
/// For example, staking may be required to ensure the tree creator has some responsibility
287287
/// for what is being indexed. If indexing is not possible, there should be a mechanism to

account-compression/sdk/idl/spl_account_compression.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@
166166
"verify the canopy if the tree has it. Before calling this instruction, the tree should be",
167167
"prepared with `prepare_batch_merkle_tree` and the canopy should be filled with the necessary",
168168
"nodes with `append_canopy_nodes` (if the canopy is used). This method should be used for",
169-
"rolluped creation of trees. The indexing of such rollups should be done off-chain. The",
169+
"batch creation of trees. The indexing of such batches should be done off-chain. The",
170170
"programs calling this instruction should take care of ensuring the indexing is possible.",
171171
"For example, staking may be required to ensure the tree creator has some responsibility",
172172
"for what is being indexed. If indexing is not possible, there should be a mechanism to",

0 commit comments

Comments
 (0)