mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 14:31:02 +00:00
Fix typos (#3753)
This commit is contained in:
@@ -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::{
|
||||||
|
|||||||
Reference in New Issue
Block a user