Remove WeightToFee (#1713)

* Remove WeightToFee

* Remove leftover
This commit is contained in:
Serban Iorga
2022-12-12 17:26:13 +02:00
committed by Bastian Köcher
parent e85b3fd998
commit ba75e63fcd
9 changed files with 2 additions and 33 deletions
@@ -89,7 +89,6 @@ impl ChainWithMessages for RialtoParachain {
bp_rialto_parachain::MAX_UNREWARDED_RELAYERS_IN_CONFIRMATION_TX;
const MAX_UNCONFIRMED_MESSAGES_IN_CONFIRMATION_TX: MessageNonce =
bp_rialto_parachain::MAX_UNCONFIRMED_MESSAGES_IN_CONFIRMATION_TX;
type WeightToFee = bp_rialto_parachain::WeightToFee;
type WeightInfo = ();
}