From 5e52313c84800b382c72660d0779ab5bca3df2a5 Mon Sep 17 00:00:00 2001 From: Chris Chinchilla Date: Tue, 22 Oct 2019 12:25:40 +0200 Subject: [PATCH] Update docs/_getting-started/dev-mode.md Co-Authored-By: Martin Holst Swende --- docs/_getting-started/dev-mode.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_getting-started/dev-mode.md b/docs/_getting-started/dev-mode.md index 9952d49331..6f446a7e82 100644 --- a/docs/_getting-started/dev-mode.md +++ b/docs/_getting-started/dev-mode.md @@ -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 ```