mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
fix spelling (#1119)
This commit is contained in:
committed by
Bastian Köcher
parent
6e3b083ab3
commit
8bb12bc888
@@ -218,8 +218,8 @@ impl<Submitter> ImportContext<Submitter> {
|
||||
&self.validators_set
|
||||
}
|
||||
|
||||
/// Returns reference to the latest block which has signalled change of validators set.
|
||||
/// This may point to parent if parent has signalled change.
|
||||
/// Returns reference to the latest block which has signaled change of validators set.
|
||||
/// This may point to parent if parent has signaled change.
|
||||
pub fn last_signal_block(&self) -> Option<HeaderId> {
|
||||
match self.parent_scheduled_change {
|
||||
Some(_) => Some(HeaderId {
|
||||
|
||||
@@ -95,7 +95,7 @@ pub trait LaneMessageVerifier<Submitter, Payload, Fee> {
|
||||
/// submitter is paying (in source chain tokens/assets) for:
|
||||
///
|
||||
/// 1) submit-message-transaction-fee itself. This fee is not included in the
|
||||
/// `delivery_and_dispatch_fee` and is witheld by the regular transaction payment mechanism;
|
||||
/// `delivery_and_dispatch_fee` and is withheld by the regular transaction payment mechanism;
|
||||
/// 2) message-delivery-transaction-fee. It is submitted to the target node by relayer;
|
||||
/// 3) message-dispatch fee. It is paid by relayer for processing message by target chain;
|
||||
/// 4) message-receiving-delivery-transaction-fee. It is submitted to the source node
|
||||
|
||||
Reference in New Issue
Block a user