Update docs/_getting-started/dev-mode.md

Co-Authored-By: Martin Holst Swende <martin@swende.se>
This commit is contained in:
Chris Chinchilla 2019-10-22 12:25:40 +02:00 committed by GitHub
parent 7368680a08
commit 5e52313c84
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,5 +44,5 @@ And check the balance of the account:
If you want to test your dapps with a realistic block time use the `--dev.period` option when you start dev mode:
```shell
geth --dev --dev.period 100 console
geth --dev --dev.period 14 console
```