This repository was archived by the owner on Mar 11, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
programs/account-compression/src Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -281,7 +281,7 @@ pub mod spl_account_compression {
281
281
/// verify the canopy if the tree has it. Before calling this instruction, the tree should be
282
282
/// prepared with `prepare_batch_merkle_tree` and the canopy should be filled with the necessary
283
283
/// 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
285
285
/// programs calling this instruction should take care of ensuring the indexing is possible.
286
286
/// For example, staking may be required to ensure the tree creator has some responsibility
287
287
/// for what is being indexed. If indexing is not possible, there should be a mechanism to
Original file line number Diff line number Diff line change 166
166
" verify the canopy if the tree has it. Before calling this instruction, the tree should be" ,
167
167
" prepared with `prepare_batch_merkle_tree` and the canopy should be filled with the necessary" ,
168
168
" 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" ,
170
170
" programs calling this instruction should take care of ensuring the indexing is possible." ,
171
171
" For example, staking may be required to ensure the tree creator has some responsibility" ,
172
172
" for what is being indexed. If indexing is not possible, there should be a mechanism to" ,
You can’t perform that action at this time.
0 commit comments