Skip to content

Commit

Permalink
chore: stricter constraint
Browse files Browse the repository at this point in the history
  • Loading branch information
dandanlen committed Nov 15, 2024
1 parent 5207a88 commit 6bd7c3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion state-chain/chains/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ pub enum TransactionInIdForAnyChain {
MockEthereum([u8; 4]),
}

pub trait IntoTransactionInIdForAnyChain<C: ChainCrypto> {
pub trait IntoTransactionInIdForAnyChain<C: ChainCrypto<TransactionInId = Self>> {
fn into_transaction_in_id_for_any_chain(self) -> TransactionInIdForAnyChain;
}

Expand Down

0 comments on commit 6bd7c3d

Please sign in to comment.