Skip to content

Commit c387f7a

Browse files
serban300bkchr
authored andcommitted
Remove TODO (#1749)
1 parent 63a538a commit c387f7a

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

bridges/relays/client-bridge-hub-rococo/src/runtime_wrapper.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,6 @@ pub type BridgeWococoMessagesCall = BridgeMessagesCallOf<bp_bridge_hub_wococo::B
4343
///
4444
/// All entries here (like pretty much in the entire file) must be kept in sync with
4545
/// `BridgeHubRococo` `construct_runtime`, so that we maintain SCALE-compatibility.
46-
///
47-
/// // TODO:check-parameter -> change bridge-hub-rococo-wococo when merged to master in cumulus
48-
/// See: [link](https://github.com/paritytech/cumulus/blob/bridge-hub-rococo-wococo/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs)
4946
#[allow(clippy::large_enum_variant)]
5047
#[derive(Encode, Decode, Debug, PartialEq, Eq, Clone, TypeInfo)]
5148
pub enum Call {

bridges/relays/client-bridge-hub-wococo/src/runtime_wrapper.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,6 @@ pub type BridgeRococoMessagesCall = BridgeMessagesCallOf<bp_bridge_hub_rococo::B
4141
///
4242
/// All entries here (like pretty much in the entire file) must be kept in sync with
4343
/// `BridgeHubWococo` `construct_runtime`, so that we maintain SCALE-compatibility.
44-
///
45-
/// TODO:check-parameter -> change bridge-hub-rococo-wococo when merged to master in cumulus
46-
/// See: [link](https://github.com/paritytech/cumulus/blob/bridge-hub-rococo-wococo/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs)
4744
#[allow(clippy::large_enum_variant)]
4845
#[derive(Encode, Decode, Debug, PartialEq, Eq, Clone, TypeInfo)]
4946
pub enum Call {

0 commit comments

Comments
 (0)