Update docs/_interface/Private-Network.md

Co-Authored-By: Adam Schmideg <adamschmideg@users.noreply.github.com>
This commit is contained in:
Felix Lange 2019-11-12 15:39:41 +01:00 committed by GitHub
parent 379fafe842
commit b7813d888a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -150,7 +150,7 @@ adapt to the amount of mining resources you deploy on the chain.
### Initializing the Geth Database ### Initializing the Geth Database
To create a blockchain node that uses this genesis block, run the following command. This To create a blockchain node that uses this genesis block, run the following command. This
imports and set the canonical genesis block for your chain. imports and sets the canonical genesis block for your chain.
```shell ```shell
geth init --datadir data genesis.json geth init --datadir data genesis.json