Skip to content

Commit

Permalink
Cleanup bridges tests: with-grandpa-chain case (paritytech#2763)
Browse files Browse the repository at this point in the history
related to
paritytech#2739

Co-authored-by: Branislav Kontur <[email protected]>
  • Loading branch information
2 people authored and serban300 committed Jan 18, 2024
1 parent a2e1634 commit fdcbf79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion primitives/runtime/src/chain.rs
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ pub trait Chain: Send + Sync + 'static {
}

/// A trait that provides the type of the underlying chain.
pub trait UnderlyingChainProvider {
pub trait UnderlyingChainProvider: Send + Sync + 'static {
/// Underlying chain type.
type Chain: Chain;
}
Expand Down

0 comments on commit fdcbf79

Please sign in to comment.