This commit is contained in:
slicejoke
2024-03-20 18:20:59 +08:00
committed by GitHub
parent bb973aa055
commit 7241a8db7b
2 changed files with 2 additions and 2 deletions
@@ -128,7 +128,7 @@ mod integrity_tests {
Runtime::RuntimeCall: Dispatchable<Info = DispatchInfo, PostInfo = PostDispatchInfo>, Runtime::RuntimeCall: Dispatchable<Info = DispatchInfo, PostInfo = PostDispatchInfo>,
BalanceOf<Runtime>: Send + Sync + FixedPointOperand, BalanceOf<Runtime>: Send + Sync + FixedPointOperand,
{ {
// esimate priority of transaction that delivers one message and has large tip // estimate priority of transaction that delivers one message and has large tip
let maximal_messages_in_delivery_transaction = let maximal_messages_in_delivery_transaction =
Runtime::MaxUnconfirmedMessagesAtInboundLane::get(); Runtime::MaxUnconfirmedMessagesAtInboundLane::get();
let small_with_tip_priority = let small_with_tip_priority =
@@ -16,7 +16,7 @@
//! Signed extension that refunds relayer if he has delivered some new messages. //! Signed extension that refunds relayer if he has delivered some new messages.
//! It also refunds transaction cost if the transaction is an `utility.batchAll()` //! It also refunds transaction cost if the transaction is an `utility.batchAll()`
//! with calls that are: delivering new messsage and all necessary underlying headers //! with calls that are: delivering new message and all necessary underlying headers
//! (parachain or relay chain). //! (parachain or relay chain).
use crate::messages_call_ext::{ use crate::messages_call_ext::{