From 3ec11140817aa6f61c6cbf5ffa1346cd18d7612e Mon Sep 17 00:00:00 2001 From: Stanislav Cherviakov Date: Mon, 10 Jun 2024 16:56:55 +0100 Subject: [PATCH] nit: updating a comment for Modify context on account compression to better reflect its usage --- account-compression/programs/account-compression/src/lib.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/account-compression/programs/account-compression/src/lib.rs b/account-compression/programs/account-compression/src/lib.rs index c7124b19252..8a26783e624 100644 --- a/account-compression/programs/account-compression/src/lib.rs +++ b/account-compression/programs/account-compression/src/lib.rs @@ -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".