Skip to content

Commit

Permalink
add commented borsh ix data
Browse files Browse the repository at this point in the history
  • Loading branch information
ananas-block committed Feb 7, 2025
1 parent cdca1b2 commit 635717e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions programs/compressed-token/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,9 @@ pub mod light_compressed_token {
pub fn batch_compress<'info>(
ctx: Context<'_, '_, '_, 'info, MintToInstruction<'info>>,
inputs: Vec<u8>,
// pubkeys: Vec<Pubkey>,
// amounts: Vec<u64>,
// lamports: Option<u64>,
) -> Result<()> {
let (inputs, _) = batch_compress::BatchCompressInstructionData::zero_copy_at(&inputs)
.map_err(ProgramError::from)?;
Expand Down

0 comments on commit 635717e

Please sign in to comment.