Skip to content

Commit

Permalink
nit: updating a comment for Modify context on account compression to …
Browse files Browse the repository at this point in the history
…better reflect its usage
  • Loading branch information
StanChe committed Jun 25, 2024
1 parent 7f11090 commit 3ec1114
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion account-compression/programs/account-compression/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ pub struct Initialize<'info> {
pub noop: Program<'info, Noop>,
}

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

0 comments on commit 3ec1114

Please sign in to comment.