From 5c602f1fd504c7bd7a7453f913a09359f2457800 Mon Sep 17 00:00:00 2001 From: Philippe Laferriere Date: Tue, 14 Feb 2023 11:59:54 -0500 Subject: [PATCH] remove comment --- crates/ibc/src/mock/context.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/ibc/src/mock/context.rs b/crates/ibc/src/mock/context.rs index 4f1365f0a..8396956ef 100644 --- a/crates/ibc/src/mock/context.rs +++ b/crates/ibc/src/mock/context.rs @@ -679,7 +679,6 @@ impl RouterBuilder for MockRouterBuilder { } } -// TODO: REMOVE BEFORE MERGING #[derive(Clone, Default)] pub struct MockRouter(BTreeMap>);