mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 09:51:02 +00:00
get rid of ChainWithMessages::WeightInfo, because we can't have exact weights for "external chains" (#1899)
This commit is contained in:
committed by
Bastian Köcher
parent
5f2ff7e06e
commit
26330d9a25
@@ -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)]
|
||||
|
||||
Reference in New Issue
Block a user