mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Update docs/_getting-started/dev-mode.md
Co-Authored-By: Martin Holst Swende <martin@swende.se>
This commit is contained in:
parent
7368680a08
commit
5e52313c84
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in a new issue