Skip to content

Commit

Permalink
Update chains/solana/contracts/programs/ccip-router/src/instructions/…
Browse files Browse the repository at this point in the history
…v1/token_admin_registry.rs

Co-authored-by: Jonghyeon Park <[email protected]>
  • Loading branch information
aalu1418 and jadepark-dev authored Jan 9, 2025
1 parent 45ae033 commit a591676
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub fn set_pool(
token_admin_registry.set_writable(ind)
}

// validate lookup table contains minium required accounts if not zero address
// validate lookup table contains minimum required accounts if not zero address
if new_pool != Pubkey::zeroed() {
// deserialize lookup table account
let lookup_table_data = &mut &ctx.accounts.pool_lookuptable.data.borrow()[..];
Expand Down

0 comments on commit a591676

Please sign in to comment.