Skip to content

Commit 96a5e0e

Browse files
committed
cleanup
1 parent 58ef975 commit 96a5e0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program-tests/sdk-token-test/src/process_update_depost.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ fn transfer_tokens_to_escrow_pda<'info>(
157157
.unwrap(),
158158
)
159159
.unwrap();
160-
// SAFETY: state trees are height 32
160+
// SAFETY: state trees are height 32 -> as u32 will always succeed
161161
let leaf_index = output_queue.batch_metadata.next_index as u32 + 1;
162162

163163
let escrow_token_account_meta_2 = TokenAccountMeta {

0 commit comments

Comments
 (0)