Skip to content

Commit

Permalink
Fixed try-runtime error
Browse files Browse the repository at this point in the history
  • Loading branch information
syan095 committed Nov 11, 2024
1 parent ef4eb94 commit b8c714d
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 @@ -118,10 +118,10 @@ pub enum SolanaTransactionType {
#[deprecated]
CcmTransferLegacy,
SetGovKeyWithAggKey,
CloseEventAccounts,
CcmTransfer {
fallback: TransferAssetParams<Solana>,
},
CloseEventAccounts,
}

/// The Solana Api call. Contains a call_type and the actual Transaction itself.
Expand Down

0 comments on commit b8c714d

Please sign in to comment.