Skip to content

Commit 9d1a5df

Browse files
committed
Removed: TODO (paritytech/parity-bridges-common#2133): this must be implemented for T: Client<C>
1 parent 87a52db commit 9d1a5df

File tree

1 file changed

+0
-10
lines changed
  • bridges/relays/client-substrate/src/client

1 file changed

+0
-10
lines changed

bridges/relays/client-substrate/src/client/caching.rs

-10
Original file line numberDiff line numberDiff line change
@@ -254,16 +254,6 @@ impl<C: Chain, B: Client<C>> std::fmt::Debug for CachingClient<C, B> {
254254
}
255255
}
256256

257-
// TODO (https://github.com/paritytech/parity-bridges-common/issues/2133): this must be implemented for T: Client<C>
258-
#[async_trait]
259-
impl<C: Chain, B: Client<C>> relay_utils::relay_loop::Client for CachingClient<C, B> {
260-
type Error = Error;
261-
262-
async fn reconnect(&mut self) -> Result<()> {
263-
<Self as Client<C>>::reconnect(self).await
264-
}
265-
}
266-
267257
#[async_trait]
268258
impl<C: Chain, B: Client<C>> Client<C> for CachingClient<C, B> {
269259
async fn ensure_synced(&self) -> Result<()> {

0 commit comments

Comments
 (0)