mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
fix newline
This commit is contained in:
parent
e90fc4c2ca
commit
a5f0b0d602
1 changed files with 1 additions and 2 deletions
|
|
@ -127,8 +127,7 @@ When Geth is started using `--datadir data` the genesis block defined in `genesi
|
|||
geth --datadir data --networkid 12345
|
||||
```
|
||||
|
||||
The default value for the storage scheme is `hash.` In case the plan is to use the `path` based storage scheme, the `--state.scheme=path` needs to be passed during the `init`
|
||||
step. This will ensure that the database is initialized with the correct storage scheme for the network.
|
||||
The default value for the storage scheme is `hash.` In case the plan is to use the `path` based storage scheme, the `--state.scheme=path` needs to be passed during the `init` step. This will ensure that the database is initialized with the correct storage scheme for the network.
|
||||
|
||||
```sh
|
||||
geth --state.scheme=path init --datadir data genesis.json
|
||||
|
|
|
|||
Loading…
Reference in a new issue