mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-24 13:46:43 +00:00
docs: update README.md (#593)
Update README.md Typos fixed Co-authored-by: HAOYUatHZ <37070449+HAOYUatHZ@users.noreply.github.com>
This commit is contained in:
parent
88349c600d
commit
1f002f36da
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ ZK-Rollup adapts the Go Ethereum to run as Layer 2 Sequencer. The codebase is ba
|
||||||
|
|
||||||
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 gensis, set `config.scroll.useZktrie` to true for enabling it.
|
||||||
|
|
||||||
Notice current the snapshot would be disabled by the zktrie implement.
|
Notice that currently the snapshot would be disabled by the zktrie implement.
|
||||||
|
|
||||||
## Building the source
|
## Building the source
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue