Skip to content

Commit

Permalink
update parachains relay doc (#1874)
Browse files Browse the repository at this point in the history
  • Loading branch information
cuteolaf authored Feb 13, 2023
1 parent 972ef31 commit adb0781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion relays/parachains/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ More: [Parachains Finality Relay Sequence Diagram](../../docs/parachains-finalit

There are only two traits that need to be implemented. The [`SourceChain`](./src/parachains_loop.rs) implementation
is supposed to connect to the source chain node. It must be able to read parachain heads from the `Heads` map of
the [`paras` pallet](https://github.com/paritytech/polkadot/tree/master/runtime/parachains/src/paras) pallet.
the [`paras` pallet](https://github.com/paritytech/polkadot/tree/master/runtime/parachains/src/paras).
It also must create storage proofs of `Heads` map entries, when required.

The [`TargetChain`](./src/parachains_loop.rs) implementation connects to the target chain node. It must be able
Expand Down

0 comments on commit adb0781

Please sign in to comment.