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

Commit f6d803a

Browse files
committed
Missing comment
1 parent 46a18d4 commit f6d803a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

program/src/processor/batch.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ pub fn process_batch(accounts: &[AccountInfo], instruction_data: &[u8]) -> Progr
9595
let batch_accounts = map_accounts!(accounts, &mut instruction_data, 2);
9696
process_close_account(&batch_accounts)?;
9797
}
98+
// 18 - InitializeAccount3
9899
18 => {
99100
#[cfg(feature = "logging")]
100101
pinocchio::msg!("Batch Instruction: InitializeAccount3");

0 commit comments

Comments
 (0)