Remove TODO (#1749)

This commit is contained in:
Serban Iorga
2023-01-09 15:57:05 +02:00
committed by Bastian Köcher
parent 63a538a9bb
commit c387f7a4b9
2 changed files with 0 additions and 6 deletions
@@ -43,9 +43,6 @@ pub type BridgeWococoMessagesCall = BridgeMessagesCallOf<bp_bridge_hub_wococo::B
/// ///
/// All entries here (like pretty much in the entire file) must be kept in sync with /// All entries here (like pretty much in the entire file) must be kept in sync with
/// `BridgeHubRococo` `construct_runtime`, so that we maintain SCALE-compatibility. /// `BridgeHubRococo` `construct_runtime`, so that we maintain SCALE-compatibility.
///
/// // TODO:check-parameter -> change bridge-hub-rococo-wococo when merged to master in cumulus
/// See: [link](https://github.com/paritytech/cumulus/blob/bridge-hub-rococo-wococo/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs)
#[allow(clippy::large_enum_variant)] #[allow(clippy::large_enum_variant)]
#[derive(Encode, Decode, Debug, PartialEq, Eq, Clone, TypeInfo)] #[derive(Encode, Decode, Debug, PartialEq, Eq, Clone, TypeInfo)]
pub enum Call { pub enum Call {
@@ -41,9 +41,6 @@ pub type BridgeRococoMessagesCall = BridgeMessagesCallOf<bp_bridge_hub_rococo::B
/// ///
/// All entries here (like pretty much in the entire file) must be kept in sync with /// All entries here (like pretty much in the entire file) must be kept in sync with
/// `BridgeHubWococo` `construct_runtime`, so that we maintain SCALE-compatibility. /// `BridgeHubWococo` `construct_runtime`, so that we maintain SCALE-compatibility.
///
/// TODO:check-parameter -> change bridge-hub-rococo-wococo when merged to master in cumulus
/// See: [link](https://github.com/paritytech/cumulus/blob/bridge-hub-rococo-wococo/parachains/runtimes/bridge-hubs/bridge-hub-rococo/src/lib.rs)
#[allow(clippy::large_enum_variant)] #[allow(clippy::large_enum_variant)]
#[derive(Encode, Decode, Debug, PartialEq, Eq, Clone, TypeInfo)] #[derive(Encode, Decode, Debug, PartialEq, Eq, Clone, TypeInfo)]
pub enum Call { pub enum Call {