Skip to content

Commit

Permalink
fix truncated doc (paritytech#1529)
Browse files Browse the repository at this point in the history
  • Loading branch information
svyatonik authored and serban300 committed Apr 8, 2024
1 parent 0a339f3 commit 6de237b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/relays/parachains/src/parachains_loop.rs
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ where
},
(ParaHashAtSource::Some(_), Some(_)) => {
// this is normal case when relay has recently updated heads, when parachain is
// not progressing or when our source client is
// not progressing, or when our source client is still syncing
false
},
(ParaHashAtSource::Some(_), None) => {
Expand Down

0 comments on commit 6de237b

Please sign in to comment.