Skip to content

Commit

Permalink
minor naming adjustment in comments
Browse files Browse the repository at this point in the history
  • Loading branch information
StanChe committed Sep 11, 2024
1 parent 29ec013 commit 13ba21d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -281,7 +281,7 @@ pub mod spl_account_compression {
/// verify the canopy if the tree has it. Before calling this instruction, the tree should be
/// prepared with `prepare_batch_merkle_tree` and the canopy should be filled with the necessary
/// nodes with `append_canopy_nodes` (if the canopy is used). This method should be used for
/// rolluped creation of trees. The indexing of such rollups should be done off-chain. The
/// batch creation of trees. The indexing of such batches should be done off-chain. The
/// programs calling this instruction should take care of ensuring the indexing is possible.
/// For example, staking may be required to ensure the tree creator has some responsibility
/// for what is being indexed. If indexing is not possible, there should be a mechanism to
Expand Down
2 changes: 1 addition & 1 deletion account-compression/sdk/idl/spl_account_compression.json
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
"verify the canopy if the tree has it. Before calling this instruction, the tree should be",
"prepared with `prepare_batch_merkle_tree` and the canopy should be filled with the necessary",
"nodes with `append_canopy_nodes` (if the canopy is used). This method should be used for",
"rolluped creation of trees. The indexing of such rollups should be done off-chain. The",
"batch creation of trees. The indexing of such batches should be done off-chain. The",
"programs calling this instruction should take care of ensuring the indexing is possible.",
"For example, staking may be required to ensure the tree creator has some responsibility",
"for what is being indexed. If indexing is not possible, there should be a mechanism to",
Expand Down

0 comments on commit 13ba21d

Please sign in to comment.