Skip to content

Commit

Permalink
added check comment for ix sysvar account
Browse files Browse the repository at this point in the history
  • Loading branch information
dhruvja committed Nov 16, 2023
1 parent 5d8d8f2 commit cff2e30
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions solana/solana-ibc/programs/solana-ibc/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ pub struct ChainWithVerifier<'info> {
trie: UncheckedAccount<'info>,

#[account(address = solana_program::sysvar::instructions::ID)]
/// CHECK:
ix_sysvar: AccountInfo<'info>,

system_program: Program<'info, System>,
Expand Down

0 comments on commit cff2e30

Please sign in to comment.