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 {
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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments