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

Commit 3ec1114

Browse files
committed
nit: updating a comment for Modify context on account compression to better reflect its usage
1 parent 7f11090 commit 3ec1114

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
@@ -78,7 +78,8 @@ pub struct Initialize<'info> {
7878
pub noop: Program<'info, Noop>,
7979
}
8080

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

0 commit comments

Comments
 (0)