mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 05:11:02 +00:00
chore: fix some typos (#4095)
This commit is contained in:
@@ -446,7 +446,7 @@ where
|
||||
))
|
||||
}
|
||||
|
||||
/// Returns lastest confirmed message at source chain, given source block.
|
||||
/// Returns latest confirmed message at source chain, given source block.
|
||||
fn latest_confirmed_nonce_at_source(&self, at: &SourceHeaderIdOf<P>) -> Option<MessageNonce> {
|
||||
self.latest_confirmed_nonces_at_source
|
||||
.iter()
|
||||
|
||||
@@ -567,7 +567,7 @@ mod tests {
|
||||
let source_header_1 = header_id(1);
|
||||
let target_header_1 = header_id(1);
|
||||
|
||||
// we start in perfec sync state - all headers are synced and finalized on both ends
|
||||
// we start in perfect sync state - all headers are synced and finalized on both ends
|
||||
let mut state = TestRaceStateImpl {
|
||||
best_finalized_source_header_id_at_source: Some(source_header_1),
|
||||
best_finalized_source_header_id_at_best_target: Some(source_header_1),
|
||||
|
||||
Reference in New Issue
Block a user