get rid of ChainWithMessages::WeightInfo, because we can't have exact weights for "external chains" (#1899)

This commit is contained in:
Svyatoslav Nikolsky
2023-02-22 14:16:02 +03:00
committed by Bastian Köcher
parent 5f2ff7e06e
commit 26330d9a25
9 changed files with 120 additions and 88 deletions
@@ -132,9 +132,6 @@ impl ChainWithMessages for BridgeHubRococo {
bp_bridge_hub_rococo::MAX_UNREWARDED_RELAYERS_IN_CONFIRMATION_TX;
const MAX_UNCONFIRMED_MESSAGES_IN_CONFIRMATION_TX: MessageNonce =
bp_bridge_hub_rococo::MAX_UNCONFIRMED_MESSAGES_IN_CONFIRMATION_TX;
// TODO: fix (https://github.com/paritytech/parity-bridges-common/issues/1640)
type WeightInfo = ();
}
#[cfg(test)]