From 4d83d8954e428808846cc7137c4e72d2e379665a Mon Sep 17 00:00:00 2001 From: oksanaphmn <122052334+oksanaphmn@users.noreply.github.com> Date: Mon, 12 Aug 2024 06:28:56 +0300 Subject: [PATCH] Fix typo README (#979) Fix typo README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 42f52d1884..ca2f5a2c04 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ ZK-Rollup adapts the Go Ethereum to run as Layer 2 Sequencer. The codebase is ba ### ZKTrie Storage -Another implement for storage trie, base on patricia merkle tree, has been induced. It is feasible to zk proving in the storage part. It is specified as a flag in gensis, set `config.scroll.useZktrie` to true for enabling it. +Another implement for storage trie, base on patricia merkle tree, has been induced. It is feasible to zk proving in the storage part. It is specified as a flag in genesis, set `config.scroll.useZktrie` to true for enabling it. Notice that currently the snapshot would be disabled by the zktrie implement.