verify ADDITIONAL_MESSAGE_BYTE_DELIVERY_WEIGHT constant value (#731)

This commit is contained in:
Svyatoslav Nikolsky
2021-02-24 03:19:18 +03:00
committed by Bastian Köcher
parent 82739314a8
commit 89b0f7beda
7 changed files with 40 additions and 20 deletions
+2 -1
View File
@@ -1072,7 +1072,8 @@ mod tests {
type Weights = pallet_message_lane::weights::RialtoWeight<Runtime>;
pallet_message_lane::ensure_weights_are_correct::<Weights>(
bp_rialto::MAX_SINGLE_MESSAGE_DELIVERY_TX_WEIGHT,
bp_rialto::DEFAULT_MESSAGE_DELIVERY_TX_WEIGHT,
bp_rialto::ADDITIONAL_MESSAGE_BYTE_DELIVERY_WEIGHT,
bp_rialto::MAX_SINGLE_MESSAGE_DELIVERY_CONFIRMATION_TX_WEIGHT,
);