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

Commit 612330e

Browse files
committed
nit: updating a comment for Modify context on account compression to better reflect its usage
1 parent 7218128 commit 612330e

File tree

1 file changed

+2
-1
lines changed
  • account-compression/programs/account-compression/src

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,8 @@ pub struct Initialize<'info> {
7474
pub noop: Program<'info, Noop>,
7575
}
7676

77-
/// Context for inserting, appending, or replacing a leaf in the tree
77+
/// Context for modifying a tree: inserting, appending, or replacing a leaf in
78+
/// the existing tree and setting the canopy or finalizing a prepared tree.
7879
///
7980
/// Modification instructions also require the proof to the leaf to be provided
8081
/// as 32-byte nodes via "remaining accounts".

0 commit comments

Comments
 (0)