mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 19:45:41 +00:00
Fix minor error in chain-spec generation command in readme (#1644)
* Fix minor error in chainspec generation command in readme * Fixed up remaining typo
This commit is contained in:
@@ -132,7 +132,7 @@ First let's get a template chainspec that you can edit. We'll use the "staging"
|
|||||||
|
|
||||||
[source, shell]
|
[source, shell]
|
||||||
----
|
----
|
||||||
substrate --chain=staging build-spec > ~/chainspec.json
|
substrate build-spec --chain=staging > ~/chainspec.json
|
||||||
----
|
----
|
||||||
|
|
||||||
Now, edit `~/chainspec.json` in your editor. There are a lot of individual fields for each module, and one very large one which contains the Webassembly code blob for this chain. The easiest field to edit is the block `period`. Change it to 10 (seconds):
|
Now, edit `~/chainspec.json` in your editor. There are a lot of individual fields for each module, and one very large one which contains the Webassembly code blob for this chain. The easiest field to edit is the block `period`. Change it to 10 (seconds):
|
||||||
|
|||||||
Reference in New Issue
Block a user