We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feb437c commit 3815471Copy full SHA for 3815471
program-libs/compressed-account/src/instruction_data/with_account_info.rs
@@ -337,11 +337,11 @@ impl<'a> InstructionData<'a> for ZInstructionDataInvokeCpiWithAccountInfo<'a> {
337
}
338
339
fn new_address_owner(&self) -> Vec<Option<Pubkey>> {
340
- vec![Some(self.invoking_program_id); self.new_address_params.len() ]
+ vec![Some(self.invoking_program_id); self.new_address_params.len()]
341
342
343
344
- vec![Some(self.invoking_program_id)]
345
346
347
fn proof(&self) -> Option<Ref<&'a [u8], CompressedProof>> {
0 commit comments