diff --git a/ibc-testkit/src/relayer/context.rs b/ibc-testkit/src/relayer/context.rs index bc0997eba..36edffcd7 100644 --- a/ibc-testkit/src/relayer/context.rs +++ b/ibc-testkit/src/relayer/context.rs @@ -17,7 +17,7 @@ use crate::hosts::{HostClientState, HostConsensusState, TestHost}; use crate::relayer::utils::TypedRelayerOps; use crate::testapp::ibc::core::types::MockIbcStore; -/// A relayer context that allows interaction between two [`TestContext`] instances. +/// A relayer context that allows interaction between two [`StoreGenericTestContext`] instances. pub struct RelayerContext where A: TestHost, @@ -54,7 +54,7 @@ where ClientExecutionContext, ClientError: From<>::Error>, { - /// Creates a new relayer context with the given [`TestContext`] instances. + /// Creates a new relayer context with the given [`StoreGenericTestContext`] instances. pub fn new( ctx_a: StoreGenericTestContext, ctx_b: StoreGenericTestContext,