Skip to content

Commit

Permalink
remove unnecessary package
Browse files Browse the repository at this point in the history
  • Loading branch information
brewmaster012 committed Oct 1, 2024
1 parent 402ebdf commit 2407dbe
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion programs/protocol-contracts-solana/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ use anchor_lang::system_program;
use anchor_spl::token::{transfer, Token, TokenAccount};
use solana_program::keccak::hash;
use solana_program::secp256k1_recover::secp256k1_recover;
use spl_associated_token_account;
use std::mem::size_of;

#[error_code]
Expand Down

0 comments on commit 2407dbe

Please sign in to comment.