Skip to content

Commit b469b81

Browse files
committed
fix: incompatible state scheme
1 parent e33d79f commit b469b81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/builders/chain-operators/tutorials/create-l2-rollup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -512,7 +512,7 @@ make geth
512512
{<h3>Initialize op-geth</h3>}
513513

514514
```bash
515-
build/bin/geth init --datadir=datadir genesis.json
515+
build/bin/geth init --state.scheme=hash --datadir=datadir genesis.json
516516
```
517517

518518
</Steps>

0 commit comments

Comments
 (0)