fix spelling (#1119)

This commit is contained in:
Svyatoslav Nikolsky
2021-09-07 12:52:18 +03:00
committed by Bastian Köcher
parent 6e3b083ab3
commit 8bb12bc888
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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