From 6d995d24bad8d522528b73dfcdcc3851c75da2e2 Mon Sep 17 00:00:00 2001 From: Max Inden Date: Fri, 5 Jul 2019 19:20:11 +0200 Subject: [PATCH] README: Replace outdated `period` with `minimumPeriod` (#3042) Block period was renamed to minimum period. This commit updates the README accordingly. --- substrate/README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/substrate/README.adoc b/substrate/README.adoc index 61e507cb2f..fd929e87a2 100644 --- a/substrate/README.adoc +++ b/substrate/README.adoc @@ -138,7 +138,7 @@ Now, edit `~/chainspec.json` in your editor. There are a lot of individual field [source, json] ---- "timestamp": { - "period": 10 + "minimumPeriod": 10 }, ----