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
-1
View File
@@ -69,7 +69,6 @@ impl ChainWithMessages for Rialto {
bp_rialto::MAX_UNREWARDED_RELAYERS_IN_CONFIRMATION_TX;
const MAX_UNCONFIRMED_MESSAGES_IN_CONFIRMATION_TX: MessageNonce =
bp_rialto::MAX_UNCONFIRMED_MESSAGES_IN_CONFIRMATION_TX;
type WeightInfo = ();
}
impl ChainWithBalances for Rialto {