Replace no-genesis-delay with custom-genesis-delay (#4678)

* Change NoGenesisDelay to CustomGenesisDelay
* Implement flag
* gazelle
* Fix docs
* Merge branch 'master' of https://github.com/prysmaticlabs/Prysm into custom-genesis-delay
* Fix
* Gazelle
* Add case to fix bad math
* Merge branch 'master' into custom-genesis-delay
This commit is contained in:
Ivan Martinez
2020-01-28 16:07:43 -05:00
committed by prylabs-bulldozer[bot]
parent 07ba594023
commit 9149c2e4f4
12 changed files with 28 additions and 19 deletions

View File

@@ -197,7 +197,7 @@ Open up two terminal windows. In the first, issue the command:
```text
bazel run //beacon-chain -- \
--no-genesis-delay \
--custom-genesis-delay=0 \
--bootstrap-node= \
--deposit-contract $(curl https://prylabs.net/contract) \
--clear-db \