Skip to content
This repository has been archived by the owner on Mar 28, 2024. It is now read-only.

Fix minor typo #15

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ Checking _inclusion_, is easy. We can simply check that the transaction is inclu
### The DaService Trait

The `DaService` trait is slightly more complicated than the `DaVerifier`. Thankfully, it exists entirely outside of the
rollup's state machine - so it never has to be proven in zk. This means that its perfomance is less critical, and that
rollup's state machine - so it never has to be proven in zk. This means that its performance is less critical, and that
upgrading it in response to a vulnerability is much easier.

The job of the `DAService` is to allow the Sovereign SDK's node software to communicate with a DA layer. It has two related
Expand All @@ -68,4 +68,4 @@ for inclusion in this repository by you, as defined in the Apache-2.0 license, s
licensed as above, without any additional terms or conditions.

---
Built by [Chainway](https://github.com/chainwayxyz) ❤️
Built by [Chainway](https://github.com/chainwayxyz) ❤️