From 06ab001422873c0fd8e03d29a800cbbee88d1122 Mon Sep 17 00:00:00 2001 From: omahs <73983677+omahs@users.noreply.github.com> Date: Mon, 25 Sep 2023 13:35:05 +0200 Subject: [PATCH] fix typo --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a77d610..e96d0d7 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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) ❤️ \ No newline at end of file +Built by [Chainway](https://github.com/chainwayxyz) ❤️