Skip to content

Commit

Permalink
chore: Code Refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielePicco committed Oct 2, 2024
1 parent aed4f17 commit ba3aab8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions sdk/src/ephem.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use solana_program::account_info::AccountInfo;
use solana_program::entrypoint::ProgramResult;
use solana_program::instruction::{AccountMeta, Instruction};
use solana_program::msg;
use solana_program::program::invoke;

/// CPI to trigger a commit for one or more accounts in the ER
Expand Down Expand Up @@ -61,6 +60,5 @@ pub fn create_schedule_commit_ix<'a, 'info>(
is_signer: x.is_signer,
is_writable: x.is_writable,
}));
msg!("Keys: {:?}", account_metas);
Instruction::new_with_bytes(*magic_program.key, &instruction_data, account_metas)
}

0 comments on commit ba3aab8

Please sign in to comment.