Skip to content

Commit

Permalink
chore: revert source_address
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-llimos committed Feb 19, 2025
1 parent ea51cc7 commit 71885ad
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion state-chain/chains/src/sol/api.rs
Original file line number Diff line number Diff line change
Expand Up @@ -663,7 +663,9 @@ impl<Env: 'static + SolanaEnvironment> ExecutexSwapAndCall<Solana> for SolanaApi
Self::ccm_transfer(
transfer_param,
source_chain,
source_address,
// Hardcoding this to None to gain extra bytes in Solana. Consider
// reverting this when we implement versioned Transactions. PRO-2046.
None,
gas_budget,
message,
ccm_additional_data,
Expand Down

0 comments on commit 71885ad

Please sign in to comment.