Skip to content

Commit

Permalink
Update README.md (paritytech#1872)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuteolaf authored Feb 13, 2023
1 parent 5ee3a30 commit 74b7562
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridges/relays/finality/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ More: [GRANDPA Finality Relay Sequence Diagram](../../docs/grandpa-finality-rela
The most important trait is the [`FinalitySyncPipeline`](./src/lib.rs), which defines the basic primitives of the
source chain (like block hash and number) and the type of finality proof (GRANDPA justification or MMR proof). Once
that is defined, there are two other traits - [`SourceClient`](./src/finality_loop.rs) and
[`TarggetClient`](./src/finality_loop.rs).
[`TargetClient`](./src/finality_loop.rs).

The `SourceClient` represents the Substrate node client that connects to the source chain. The client needs to
be able to return the best finalized header number, finalized header and its finality proof and the stream of
Expand Down

0 comments on commit 74b7562

Please sign in to comment.