Skip to content

Commit

Permalink
chore: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-llimos committed Feb 19, 2025
1 parent 71885ad commit aa43c28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-chain/chains/src/sol/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ impl<Env: 'static + SolanaEnvironment> ExecutexSwapAndCall<Solana> for SolanaApi
fn new_unsigned(
transfer_param: TransferAssetParams<Solana>,
source_chain: cf_primitives::ForeignChain,
source_address: Option<ForeignChainAddress>,
_source_address: Option<ForeignChainAddress>,
gas_budget: GasAmount,
message: Vec<u8>,
ccm_additional_data: Vec<u8>,
Expand Down

0 comments on commit aa43c28

Please sign in to comment.