rename fork files

This commit is contained in:
Danny Ryan 2021-03-08 17:16:13 -07:00
parent f2eb5e38e2
commit 6bd1efc73b
No known key found for this signature in database
GPG Key ID: 2765A792E42CE07A
3 changed files with 2 additions and 2 deletions

View File

@ -449,7 +449,7 @@ class PySpecCommand(Command):
specs/phase1/beacon-chain.md specs/phase1/beacon-chain.md
specs/phase1/shard-transition.md specs/phase1/shard-transition.md
specs/phase1/fork-choice.md specs/phase1/fork-choice.md
specs/phase1/phase1-fork.md specs/phase1/fork.md
specs/phase1/shard-fork-choice.md specs/phase1/shard-fork-choice.md
specs/phase1/validator.md specs/phase1/validator.md
""" """
@ -460,7 +460,7 @@ class PySpecCommand(Command):
specs/phase0/validator.md specs/phase0/validator.md
specs/phase0/weak-subjectivity.md specs/phase0/weak-subjectivity.md
specs/lightclient/beacon-chain.md specs/lightclient/beacon-chain.md
specs/lightclient/lightclient-fork.md specs/lightclient/fork.md
""" """
# TODO: add specs/lightclient/sync-protocol.md back when the GeneralizedIndex helpers are included. # TODO: add specs/lightclient/sync-protocol.md back when the GeneralizedIndex helpers are included.
else: else: